How to draw 2D graph of 4 variables

조회 수: 1 (최근 30일)
Abdulkarim Almukdad
Abdulkarim Almukdad 2020년 10월 11일
댓글: Abdulkarim Almukdad 2020년 10월 11일
I have a set of data that contains X and Y coordinates, in addition I have Vx and Vy at each X and Y coordinates, thus 4 variables and all of them are known (no equations or assumptions needed)
Is there anyway that I can draw a graph on a 2D plane showing the direction of the arrows of each Vx and Vy at each X and Y coordinates?
In other words, consider X and Y are a point (.) from that point an arrow should apper with direction on x called Vx and direction on y called Vy.

채택된 답변

Asad (Mehrzad) Khoddam
Asad (Mehrzad) Khoddam 2020년 10월 11일
편집: Asad (Mehrzad) Khoddam 2020년 10월 11일
try this function:
quiver(X,Y,VX,Vy);
you can add this graph to the previously created graph by using hold on statement.
You may need to do some modifications on X and Y to be able to plot it
  댓글 수: 1
Abdulkarim Almukdad
Abdulkarim Almukdad 2020년 10월 11일
Thanks its exactly what I'm looking for

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-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