How to plot three varibles using matlab
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
Dear all, I want to plot the three variables into a 3 graphical representation. Please Help me.Kindly download the attachment for data
Respuestas (3)
KSSV
el 16 de Jun. de 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 comentario
Arunachalam D
el 16 de Jun. de 2016
Arunachalam D
el 16 de Jun. de 2016
0 votos
KSSV
el 17 de Jun. de 2016
0 votos
If it is not working you have to give more details...
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!