plot point at angle
古いコメントを表示

In this image i am able to find D and b. so, is there any matlab command or logic to plot point D in 3D. Here D is a point at distance and b is angle of that point..
回答 (2 件)
Sachin Ganjare
2012 年 10 月 25 日
0 投票
You can use plot3 command
Matt J
2012 年 10 月 25 日
0 投票
Use the scatter3 command
2 件のコメント
Lalit Patil
2012 年 10 月 25 日
I don't really follow, I'm afraid. If you have geometric quantities that specify your point in 3D space, why couldn't/wouldn't you convert them to the X,Y,Z coordinates that MATLAB functions require?
Aside from that, what "3D structure" are you referring to? Please be careful about terminology, since in MATLAB language a 3D structure could be confused with this
>> s(2,3,4).a=1
s =
2x3x4 struct array with fields:
a
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!