integer variable
Afficher commentaires plus anciens
Hi all,
how can I define an integer variable at the begining of program?
thank you in advance;
1 commentaire
Jan
le 4 Avr 2012
I've deleted the duplicate question.
Réponse acceptée
Plus de réponses (2)
Titus Edelhofer
le 4 Avr 2012
Hi,
x = int32(42);
y = uint16(1);
Titus
Thomas
le 4 Avr 2012
0 votes
this might help: It is an introduction to MATLAB variables
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!