*PLOT FIELD VECTOR*

18 次查看(过去 30 天)
justin  Taylor
justin Taylor 2011-12-19
(sin(4*x+8*y),cos(4*x+8*y),0)
  16 个评论
Walter Roberson
Walter Roberson 2011-12-19
You removed all the useful information from your question...

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2011-12-21
>> 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 个评论
justin  Taylor
justin Taylor 2011-12-22
So we could be good friends!
justin  Taylor
justin Taylor 2011-12-24
Merry chistmat !

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Vector Fields 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by