How to plot three varibles using matlab
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
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
am 16 Jun. 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 Kommentar
Arunachalam D
am 16 Jun. 2016
Arunachalam D
am 16 Jun. 2016
0 Stimmen
KSSV
am 17 Jun. 2016
0 Stimmen
If it is not working you have to give more details...
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!