Community Profile

photo

Jim Wilson Owusu


Last seen: casi 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

casi 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 3 años hace | 1 respuesta | 0

1

respuesta