Plotting elements in a cell array

Hello,
can someone explaine me how to plot the elements in the cell array as attached.
thanks.

Respuestas (2)

Dishant Arora
Dishant Arora el 9 de Abr. de 2014
data = cellfun(@str2double, str, 'Un', 1);
plot(data)
Azzi Abdelmalek
Azzi Abdelmalek el 9 de Abr. de 2014
load str;
data=cellfun(@str2num,str);
plot(data)

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 9 de Abr. de 2014

Respondida:

el 9 de Abr. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by