totally incorrect calculation of matlab
Mostrar comentarios más antiguos
I used quiver to plot a vector field. the code was :
[x,y]=meshgrid(0:1:20);
quiver(x,y,x^3-3*x*y,y^3-3*x^2*y)
However the results were completely different from expected, showing downward arrow at x=0, which should have been upward. Other arrows didn't match either.
Respuesta aceptada
Más respuestas (1)
Jaein
el 10 de Dic. de 2014
0 votos
Categorías
Más información sobre Vector Fields en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!