Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to plot three varibles using matlab

1 回表示 (過去 30 日間)
Arunachalam  D
Arunachalam D 2016 年 6 月 16 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Dear all, I want to plot the three variables into a 3 graphical representation. Please Help me.Kindly download the attachment for data

回答 (3 件)

KSSV
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
Arunachalam D 2016 年 6 月 16 日
I wanted it to be like a surface plot

Arunachalam  D
Arunachalam D 2016 年 6 月 16 日
i wanted to be like a surface plot

KSSV
KSSV 2016 年 6 月 17 日

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by