*PLOT FIELD VECTOR*

조회 수: 18 (최근 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 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