plot a graph with 3 variables.
이전 댓글 표시
I have this data on excel:

first column is temperature, and first row is voltage, the other data are seconds. How could I plot this table on matlab??? Because I only did plots with two variables and in this case i dont know.
Thanks for your attention.
댓글 수: 1
Jee Jap Haw
2019년 6월 22일
Is it possible to obtain the equation of the plane ?
채택된 답변
추가 답변 (1개)
David Sanchez
2014년 2월 5일
Use plot3 command:
plot3(x,y,z)
Take a look at
doc plot3
or
help plot3
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!