Difference Between a Number and Character Array
1 回表示 (過去 30 日間)
古いコメントを表示
I have zero coding experience. What exactly is a character array, and how does it differ from a number array? I know in some code like the 'disp' function you use num2str[x] to convert a number array to a character array. What exactly is that doing? The entire concept confuses me.
1 件のコメント
回答 (1 件)
Evan
2015 年 2 月 12 日
編集済み: Evan
2015 年 2 月 12 日
These links might be helpful for understanding data types in MATLAB, as well as classes in general:
The data type of a variable impacts its size, precision, possible values, and the operations that can be performed on it. Certain functions can only be performed on certain data types.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Whos についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!