Feeds
提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0

