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

Antworten (3)

KSSV
KSSV am 16 Jun. 2016

0 Stimmen

data = xlsread('data.xlsx') ;
plot3(data(:,1),data(:,2),data(:,3))
The plot looks weird...can you tell what plot you are expecting?

1 Kommentar

Arunachalam  D
Arunachalam D am 16 Jun. 2016
I wanted it to be like a surface plot
Arunachalam  D
Arunachalam D am 16 Jun. 2016

0 Stimmen

i wanted to be like a surface plot

Diese Frage ist geschlossen.

Gefragt:

am 16 Jun. 2016

Geschlossen:

am 20 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by