integer variable
Mostrar comentarios más antiguos
Hi all,
how can I define an integer variable at the begining of program?
thank you in advance;
1 comentario
Jan
el 4 de Abr. de 2012
I've deleted the duplicate question.
Respuesta aceptada
Más respuestas (2)
Titus Edelhofer
el 4 de Abr. de 2012
Hi,
x = int32(42);
y = uint16(1);
Titus
Thomas
el 4 de Abr. de 2012
0 votos
this might help: It is an introduction to MATLAB variables
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!