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!