*PLOT FIELD VECTOR*

1 vue (au cours des 30 derniers jours)
justin  Taylor
justin Taylor le 19 Déc 2011
(sin(4*x+8*y),cos(4*x+8*y),0)
  16 commentaires
justin  Taylor
justin Taylor le 19 Déc 2011
OK !
Walter Roberson
Walter Roberson le 19 Déc 2011
You removed all the useful information from your question...

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 21 Déc 2011
>> t = linspace(0,4*pi,100);
>> [x,y] = ndgrid(t,t);
>> u = sin(4*x+8*y);
>> v = cos(4*x+8*y);
>> quiver(x,y,u,v)
  4 commentaires
justin  Taylor
justin Taylor le 22 Déc 2011
So we could be good friends!
justin  Taylor
justin Taylor le 24 Déc 2011
Merry chistmat !

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by