How can I create a string with sprintf based on these data?
1 回表示 (過去 30 日間)
古いコメントを表示
The goal is to create a string which reads 'day, month, day(num), year' example: 'Sun, Nov 12, 2017' I will link what I have so far down below.
The months are given as a chart which I need to index, so say if the month is 1, the final string would read 'Jan'.
thats what i have so far but it keeps reading error. Thanks in advance.
0 件のコメント
回答 (1 件)
Walter Roberson
2017 年 12 月 1 日
m = m_name(mm, :);
And remember to put in the appropriate commans in formatSpec
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Cell Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!