I have a string with the form of that of what you would write to initialize a matrix; how do I make the string a matrix?
8 views (last 30 days)
Show older comments
Title says it all. ex: myStr = [1,2,3, 5:7]; how do I make it so myArray = [1,2,3,5,6,7].
Thanks in advance, George
0 Comments
Accepted Answer
More Answers (1)
See Also
Categories
Find more on Matrices and Arrays 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!