multiple lines in af table
2 ビュー (過去 30 日間)
古いコメントを表示
hi The report function in Matlab will not let me put in more lines in one row. It there a way to solve that ? A = cell(1,2);
A{1,1} = 'hello';
A{1,2} = 'there';
mls = sprintf('%s\n%s',A{1,1},A{1,2});
ds=['test1';'test2']
cs={'test1';'test2'}
I have already tried these, but they will not work. Thanks /Anne
2 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
