24.02.2013 Views

A1 Matlab

A1 Matlab

A1 Matlab

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Niz ćelija popunjenih strukturama<br />

» c_str = cell(1,2)<br />

» c_str{1}.label = '12/2/94 - 12/5/94';<br />

» c_str{1}.obs = [47 52 55 48; 17 22 35 11];<br />

» c_str{2}.xdata = [-0.03 0.41 1.98 2.12 17.11];<br />

» c_str{2}.ydata = [-3 5 18 0 9];<br />

» c_str{2}.zdata = [0.6 0.8 1 2.2 3.4];<br />

» c_str{1:2}<br />

ans =<br />

label: '12/2/94 - 12/5/94'<br />

obs: [2x4 double]<br />

ans =<br />

xdata: [-0.0300 0.4100 1.9800 2.1200 17.1100]<br />

ydata: [-3 5 18 0 9]<br />

zdata: [0.6000 0.8000 1 2.2000 3.4000]<br />

» c_str{2}.zdata(4)<br />

ans =<br />

2.2000

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!