photo

Jim Wilson Owusu


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
150,735
of 300,429

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,976

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,781

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Any value (different values) I enter for TOLERANCE and ITERATION gives the same results(Answer( . It is supposed to give different answers . I don't know why this is occurring.
clear all close all clc tol=input ('Enter TOLERANCE number:') ; n =input('Enter ITERATION number:'); n=100; f=@(x) (x+1-2...

4 years ago | 2 answers | 0

2

answers

Question


Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters. ERROR in plotting graph
clear all close all clc tol=input ('Enter TOLERANCE number:') ; n=input('Enter ITERATION number:'); n=100; f=@(x) (x+1-2*...

4 years ago | 1 answer | 0

1

answer

Question


Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error
clear all close all clc tol=input ('Determine tolerance number:') ; n=input('Determine iteration number:'); n=100; f=@(...

4 years ago | 1 answer | 0

1

answer