フィルターのクリア

could anyone help me to arrange the number in set brackets {}

1 回表示 (過去 30 日間)
jaah navi
jaah navi 2019 年 9 月 12 日
回答済み: madhan ravi 2019 年 9 月 12 日
i am having a matrix a=[1 2;
1 3;
2 4;
3 4]
I want to arrange the numbers present in matrix as set brackets.
{1 2}
{1 3}
{2 4}
{3 4}
Could anyone please help me on this.

回答 (1 件)

madhan ravi
madhan ravi 2019 年 9 月 12 日
num2cell(a,2)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by