*PLOT FIELD VECTOR*

1 回表示 (過去 30 日間)
justin  Taylor
justin Taylor 2011 年 12 月 19 日
(sin(4*x+8*y),cos(4*x+8*y),0)
  16 件のコメント
justin  Taylor
justin Taylor 2011 年 12 月 19 日
OK !
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 Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by