how to combine multiple output in one lines?
4 ビュー (過去 30 日間)
古いコメントを表示
E.g. I have a matlab function for example,
for i=(1:25) b=35-i
how do I get it to make an answer like
**************************
i | answer
1 | 34
2 | 33
3 | 32
4 | 31
********************
instead of
ans
34
ans
33
ans
32
ans
31
1 件のコメント
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Modeling and Prediction with NARX and Time-Delay Networks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!