Statistics
8 Questions
0 Answers
RANK
293,503
of 297,016
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Can someone check my code?
I am suppose to create a function m file called myminimum(f,a,b) which takes three inputs: f: A function handle. a: A rea...
10 years ago | 3 answers | 0
3
answersQuestion
Can someone check my for loop?
I have to create a function m file called mylength(f,a,b,n) which takes four inputs: f: A function handle. a: A real n...
10 years ago | 1 answer | 0
1
answerQuestion
Can someone check my for loop?
I am suppose to create a function m file called mylength(f,a,b,n) which takes four inputs: f: A function handle. a: A rea...
10 years ago | 1 answer | 0
1
answerQuestion
Can someone check my for loop?
My for loop is suppose to return the minimum value found in the for loop, but it just keeps returning the last found value. How...
10 years ago | 1 answer | 0
1
answerQuestion
How to return the lowest value of a for loop?
This is the problem I have to solve. I pretty much have it solved, I just need help returning a specific value in my for loop. ...
10 years ago | 1 answer | 0
1
answerQuestion
Can someone please help me fix my while loop code?
I have to create a function m file called myfirstzero(f,a) which takes two inputs: f: A function handle which you may assume...
10 years ago | 1 answer | 0
1
answerQuestion
How do write a while loop for a function m file that takes the input of a function handle?
I have to create a function me file called myfirstzero(f,a) which takes two inputs: f: A function handle which you may ass...
10 years ago | 1 answer | 0
1
answerQuestion
What does this statement mean "Use a for loop to move x = 'a' half the distance to 'b' and do it 'n' times."
I am creating a function m file called mystepcloser, this is the information I was provided with. mystepcloser(a,b,n) which ...
10 years ago | 2 answers | 0