How to plot three varibles using matlab

Dear all, I want to plot the three variables into a 3 graphical representation. Please Help me.Kindly download the attachment for data

답변 (3개)

KSSV
KSSV 2016년 6월 16일

0 개 추천

data = xlsread('data.xlsx') ;
plot3(data(:,1),data(:,2),data(:,3))
The plot looks weird...can you tell what plot you are expecting?

댓글 수: 1

Arunachalam  D
Arunachalam D 2016년 6월 16일
I wanted it to be like a surface plot
Arunachalam  D
Arunachalam D 2016년 6월 16일

0 개 추천

i wanted to be like a surface plot

이 질문은 마감되었습니다.

질문:

2016년 6월 16일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by