Graph gives warning : function behaves unexpectedly on array inputs. What does this mean?
Mostra commenti meno recenti
%plot to view graph
g =@(x) 3*x^3 +x^2 -2*x - 5;
figure(2)
o = -40:40;
fplot(g,[-40 40])
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Specialized Power Systems in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
