integer variable
Ältere Kommentare anzeigen
Hi all,
how can I define an integer variable at the begining of program?
thank you in advance;
1 Kommentar
Jan
am 4 Apr. 2012
I've deleted the duplicate question.
Akzeptierte Antwort
Weitere Antworten (2)
Titus Edelhofer
am 4 Apr. 2012
Hi,
x = int32(42);
y = uint16(1);
Titus
Thomas
am 4 Apr. 2012
0 Stimmen
this might help: It is an introduction to MATLAB variables
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!