integer variable
이전 댓글 표시
Hi all,
how can I define an integer variable at the begining of program?
thank you in advance;
댓글 수: 1
Jan
2012년 4월 4일
I've deleted the duplicate question.
채택된 답변
추가 답변 (2개)
Titus Edelhofer
2012년 4월 4일
Hi,
x = int32(42);
y = uint16(1);
Titus
Thomas
2012년 4월 4일
0 개 추천
this might help: It is an introduction to MATLAB variables
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!