integer variable
Mostra commenti meno recenti
Hi all,
how can I define an integer variable at the begining of program?
thank you in advance;
1 Commento
Jan
il 4 Apr 2012
I've deleted the duplicate question.
Risposta accettata
Più risposte (2)
Titus Edelhofer
il 4 Apr 2012
Hi,
x = int32(42);
y = uint16(1);
Titus
Thomas
il 4 Apr 2012
0 voti
this might help: It is an introduction to MATLAB variables
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!