filmov
tv
How to convert a number to string in Matlab

Показать описание
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.
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.