Community Profile

photo

Jim Wilson Owusu


Last seen: 거의 3년 전 2021년부터 활동

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


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년 전 | 답변 수: 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*...

거의 3년 전 | 답변 수: 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=@(...

거의 3년 전 | 답변 수: 1 | 0

1

답변