Borrar filtros
Borrar filtros

Plot 3D array

2 visualizaciones (últimos 30 días)
Auryn_
Auryn_ el 17 de Mayo de 2018
Hi,
I have a cell array of 1x10 (variable k) where each of the 10 arrays are matrices of 80x31.
Now I want to make a 3D plot with x=1:80, y=k=1:10 and z my cell array.
I have tried with
surf(1:80,k,mycell{1:length(k)}(1:80,1))
but it does not work.
Any help will be very much appreciated.

Respuestas (0)

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by