MATLAB: Plot a graph with 3 variables.

excel matlab plot variable

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.

Best Answer

It depends on which plot type do you want,
e.g.
mesh(x,y,z)
surf(x,y,z)