plot a graph with 3 variables.
Ältere Kommentare anzeigen
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 Kommentar
Jee Jap Haw
am 22 Jun. 2019
Is it possible to obtain the equation of the plane ?
Akzeptierte Antwort
Weitere Antworten (1)
David Sanchez
am 5 Feb. 2014
Use plot3 command:
plot3(x,y,z)
Take a look at
doc plot3
or
help plot3
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!