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?

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