Graph gives warning : function behaves unexpectedly on array inputs. What does this mean?
Ältere Kommentare anzeigen
%plot to view graph
g =@(x) 3*x^3 +x^2 -2*x - 5;
figure(2)
o = -40:40;
fplot(g,[-40 40])
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Specialized Power Systems finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
