Why does MATLAB can't plot two function 'quiver' in one graph??
Mostrar comentarios más antiguos
I'm using two 'quiver' function but MATLAB only plot one function.
h4=axes('position', [0.1 .55 width height],'box', 'on', 'xcolor', 'k','ycolor',...
'k');
set(gcf,'color', 'w')
axis equal;
quiver(Px,Py,a44,a44);
quiver(Px,Py,w22,w22);
axis([xmin xmax ymin ymax]);
Thx,,
Respuesta aceptada
Más respuestas (1)
sven_sight
el 3 de Sept. de 2012
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!