Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How to plot three varibles using matlab

1 vue (au cours des 30 derniers jours)
Arunachalam  D
Arunachalam D le 16 Juin 2016
Clôturé : MATLAB Answer Bot le 20 Août 2021
Dear all, I want to plot the three variables into a 3 graphical representation. Please Help me.Kindly download the attachment for data

Réponses (3)

KSSV
KSSV le 16 Juin 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 commentaire
Arunachalam  D
Arunachalam D le 16 Juin 2016
I wanted it to be like a surface plot

Arunachalam  D
Arunachalam D le 16 Juin 2016
i wanted to be like a surface plot

KSSV
KSSV le 17 Juin 2016

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by