display words in a matrix

2 ビュー (過去 30 日間)
lowcalorie
lowcalorie 2012 年 2 月 15 日
I need help I trying to display the 12 months in a 6x2 matrix then display them in a 6x2 in alphabetical order please help

採用された回答

Andrei Bobrov
Andrei Bobrov 2012 年 2 月 15 日
out = reshape(sort(cellstr(datestr(datenum([zeros(12,1) (1:12).' ones(12,1)]),'mmm'))),2,[]);
please read about functions: reshape,sort,cellstr,datestr,datenum
  2 件のコメント
lowcalorie
lowcalorie 2012 年 2 月 15 日
i got the moonths into a 12x1 but i am having trouble getting them to a 6x2
lowcalorie
lowcalorie 2012 年 2 月 15 日
I got it thank you

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by