How to generate a Surface plot?

I've some tabular data of 3 columns and 10 rows. I would like to generate at each intervals of time using interpolation and generate a surface plot for any two columns with time.

Antworten (1)

Walter Roberson
Walter Roberson am 11 Dez. 2017

0 Stimmen

I suspect that you will want to use griddedInterpolant and surf()

1 Kommentar

Pradeepta Sahu
Pradeepta Sahu am 12 Dez. 2017
Bearbeitet: Pradeepta Sahu am 12 Dez. 2017
I got the data values using scatteredInterpolant. But unable to find out the surf plot for 3 variables (time with other 2 variables). I've used the surf() function unable to obtain.

Melden Sie sich an, um zu kommentieren.

Gefragt:

am 11 Dez. 2017

Bearbeitet:

am 12 Dez. 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by