error with bar !!

1 visualizzazione (ultimi 30 giorni)
Siddhant Das
Siddhant Das il 23 Dic 2020
Commentato: Walter Roberson il 23 Dic 2020
l=8;w=5;
ra=w;m=w*1;
x=sym('x');
x=0:0.1:1;
bar(x,sfx,'r','linewidth',5)
bmx=-w*x;
bar(x,bmx)
i tried changing the path and name also then ran it again, the error is showing:
Error using bar (line 127)
Unable to convert expression into double array.
Error in q1 (line 5)
bar(x,sfx,'r','linewidth',5)
  1 Commento
Walter Roberson
Walter Roberson il 23 Dic 2020
sfx is not defined in that code.

Accedi per commentare.

Risposte (0)

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by