How to convert a number to string in Matlab

preview_player
Показать описание
How to convert a number into string in Matlab

Using the function num2str, Matlab allows you to convert numerical values into text

For example:
x = 5;
y = num2str(x)

y is now 5 but considered as text.
Рекомендации по теме
join shbcf.ru