How to plot three varibles using matlab
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
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
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?
1 Commento
Arunachalam D
il 16 Giu 2016
Arunachalam D
il 16 Giu 2016
0 voti
KSSV
il 17 Giu 2016
0 voti
If it is not working you have to give more details...
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!