Plotting elements in a cell array

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

Antworten (2)

Dishant Arora
Dishant Arora am 9 Apr. 2014

0 Stimmen

data = cellfun(@str2double, str, 'Un', 1);
plot(data)
Azzi Abdelmalek
Azzi Abdelmalek am 9 Apr. 2014

0 Stimmen

load str;
data=cellfun(@str2num,str);
plot(data)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 9 Apr. 2014

Beantwortet:

am 9 Apr. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by