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!