vector conversion from a vector of numbers to a vector cell of chars.
    2 views (last 30 days)
  
       Show older comments
    
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
6 Comments
Accepted Answer
See Also
Categories
				Find more on Characters and Strings in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



