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.

Tipovi podataka - primeri<br />

Tip Primer<br />

int8, uint8, int16, uint16(65000)<br />

uint16, int32,<br />

uint32, int64,<br />

uint64<br />

single single(3 * 10^38)<br />

double 3 * 10^300 5 + 6i<br />

logical magic(4) > 10<br />

char 'Hello'<br />

cell array a{1,1} = 12;<br />

a{1,2} = 'Red';<br />

a{1,3} = magic(4);<br />

structure a.day = 12;<br />

a.color = 'Red';<br />

a.mat = magic(3);<br />

function handle @sin<br />

user class polynom([0 -2 -5])<br />

Java class java.awt.Frame

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

Saved successfully!

Ooh no, something went wrong!