add delimeter to list = [list, newItem]

1 回表示 (過去 30 日間)
Brent Vaalburg
Brent Vaalburg 2018 年 12 月 2 日
コメント済み: Walter Roberson 2018 年 12 月 2 日
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;] ??
  1 件のコメント
Walter Roberson
Walter Roberson 2018 年 12 月 2 日
Are these text items?
perhaps
list = [list; newItem newItem2];

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by