add delimeter to list = [list, newItem]

1 view (last 30 days)
Brent Vaalburg
Brent Vaalburg on 2 Dec 2018
Commented: Walter Roberson on 2 Dec 2018
Suppose I have a list that I am appending to like such:
list = [list, newItem newItem2]
How would I add a ; delimeter to each item so my list would look like this [1 2;3 4;4 5;] ??

Answers (0)

Categories

Find more on Modeling 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!