filmov
tv
How to make a variable a string in Matlab

Показать описание
How to assign a variable to a string value in Matlab?
A string can be made into a variable by enclosing the required text in single quotes.
For example x = 'hello world'; will make the variable x into a string that prints out hello world.
A string can be made into a variable by enclosing the required text in single quotes.
For example x = 'hello world'; will make the variable x into a string that prints out hello world.