Display string line by line
2 views (last 30 days)
Show older comments
str = {'cats', 'dogs', 'birds'};
how to display the above string in command window as
cats
dogs
birds
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!