integer variable
Show older comments
Hi all,
how can I define an integer variable at the begining of program?
thank you in advance;
1 Comment
Jan
on 4 Apr 2012
I've deleted the duplicate question.
Accepted Answer
More Answers (2)
Titus Edelhofer
on 4 Apr 2012
Hi,
x = int32(42);
y = uint16(1);
Titus
Thomas
on 4 Apr 2012
0 votes
this might help: It is an introduction to MATLAB variables
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!