vector conversion from a vector of numbers to a vector cell of chars.
Hello,
In MATLAB I have this vector: Y=[0 4 6] and I need to convert it to this format X={‘0’ ‘4’ ‘6’}.
Not sure how to do it.
Thank youHello,
In MATLAB I have this vector: Y=[0 4 6] and I need to convert it to this format X={‘0’ ‘4’ ‘6’}.
Not sure how to do it.
Thank you Hello,
In MATLAB I have this vector: Y=[0 4 6] and I need to convert it to this format X={‘0’ ‘4’ ‘6’}.
Not sure how to do it.
Thank you format conversion, array MATLAB Answers — New Questions