MATLAB: Integer variable

variables

Hi all,
how can I define an integer variable at the begining of program?
thank you in advance;

Best Answer

Can you be more specific. You can do something like.
A = int16(zeros(10,1));
but whether that is what you need depends.