Graph gives warning : function behaves unexpectedly on array inputs. What does this mean?
Mostrar comentarios más antiguos
%plot to view graph
g =@(x) 3*x^3 +x^2 -2*x - 5;
figure(2)
o = -40:40;
fplot(g,[-40 40])
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Specialized Power Systems en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
