How can i convert array a= [1 0 -2] in a char b = '1 0 -2' ?
1 view (last 30 days)
Show older comments
I have to convert an array in a string of character.
e.g. I have a = [1 0 -2] and i want obtain b = '1 0 -2'.
Thanks
0 Comments
Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!