Community Profile

photo

Jim Wilson Owusu


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • 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...

3 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*...

3 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=@(...

3 years ago | 1 answer | 0

1

answer