Plotting Multiple Lines from two end points in a matrix without a loop?

2 ビュー (過去 30 日間)
Xymbu
Xymbu 2021 年 12 月 21 日
コメント済み: Mitchell Thurston 2021 年 12 月 25 日
I have sets of two end points in xyz coord in a matrix in the form of
V (2,3,418)
so for example V(1,:,1) would call the start point of the first line as [x, y, z ]
and V(2,:,1) would call the end point as [x,y,z]
I can plot this in a loop like
for i = 1:length
plot3(V(:,1,i),V(:,2,i),V(:,3,i))
end
I was wondering if theres a way I can plot this all at once with out a loop?
  3 件のコメント
Xymbu
Xymbu 2021 年 12 月 21 日
Thank You! That is very useful
Mitchell Thurston
Mitchell Thurston 2021 年 12 月 25 日
so I left the tab open for this, and I got thinking again would a quiver3 be more what you're looking for?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by