Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How to plot three varibles using matlab

1 visualizzazione (ultimi 30 giorni)
Arunachalam  D
Arunachalam D il 16 Giu 2016
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Dear all, I want to plot the three variables into a 3 graphical representation. Please Help me.Kindly download the attachment for data

Risposte (3)

KSSV
KSSV il 16 Giu 2016
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 il 16 Giu 2016
i wanted to be like a surface plot

KSSV
KSSV il 17 Giu 2016

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by