photo

Austin


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
235,559
of 300,950

REPUTATION
0

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,120

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,885

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


writing an funtion for interpolation. window searching interpolation nested for loop
Hi. I'm working on writing an interpolation function for a class. I can't use intrinsic functions except length and to check m...

9 years ago | 0 answers | 0

0

answers

Answered
Replace entries only in specific column
Yes. You could just change the data directly in your where you have it stored as an array, but this can be a hassle if it is a...

9 years ago | 0

Answered
how to create 3*5 matrix using loop?
Where did you become stuck? The MATLAB Onramp explains creating matricides pretty well. Max function help is here: https:/...

9 years ago | 0

Question


How can I run two functions in one script file?
I have: function [data]=input(user_defined_data) %code that put the inputs in a cell array end function [output]...

9 years ago | 1 answer | 0

1

answer