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
댓글 수: 0
답변 (3개)
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
2016년 6월 16일
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!