How to plot three varibles using matlab
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
Dear all, I want to plot the three variables into a 3 graphical representation. Please Help me.Kindly download the attachment for data
0 件のコメント
回答 (3 件)
KSSV
2016 年 6 月 16 日
data = xlsread('data.xlsx') ;
plot3(data(:,1),data(:,2),data(:,3))
The plot looks weird...can you tell what plot you are expecting?
1 件のコメント
Arunachalam D
2016 年 6 月 16 日
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!