how can i plot spherical coordinate?
12 ビュー (過去 30 日間)
古いコメントを表示
hello there! i have 12 spherical coordinates and i like to plot in the same plane. how can i do?
thanks
0 件のコメント
回答 (1 件)
Youssef Khmou
2015 年 4 月 20 日
plotting in the same yields to polar coordinates, try
polar(theta,rho);
if it is different than the above case, explain in details how 12 coordinates are (dimensions).
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!