필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to plot three varibles using matlab

조회 수: 1 (최근 30일)
Arunachalam  D
Arunachalam D 2016년 6월 16일
마감: MATLAB Answer Bot 2021년 8월 20일
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일
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일
i wanted to be like a surface plot

KSSV
KSSV 2016년 6월 17일

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

Community Treasure Hunt

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

Start Hunting!

Translated by