필터 지우기
필터 지우기

How do you determine the origin, size and direction of arrows?

조회 수: 2 (최근 30일)
Steven Martin
Steven Martin 2018년 4월 5일
답변: NISARGA G K 2018년 4월 9일
Given these two coordinates, how do I produce a figure of an arrow representing the force where
X = [x0 y0 z0] shows the position of the force
F = [Fx Fy Fz] shows the strength of the force

답변 (1개)

NISARGA G K
NISARGA G K 2018년 4월 9일
I understand that given the position and strength of Force, you would like to plot an arrow representing the Force.You can use 'Quiver3' function.It displays vectors with components (u,v,w) at the points (x,y,z), where u, v, w, x, y, and z all have real (non-complex) values. For more information of the function refer the link below:
https://www.mathworks.com/help/matlab/ref/quiver3.html

카테고리

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