Matrix output from function without showing sata of the matrix in the command Window
2 ビュー (過去 30 日間)
古いコメントを表示
I have created a function that reads data from a file and creates a matrix. I would like to store the matrix to the workspace but I am finding it annoying that data of the matrix are displayed in the command window.
How can I avoid that?
0 件のコメント
採用された回答
Azzi Abdelmalek
2013 年 5 月 15 日
編集済み: Azzi Abdelmalek
2013 年 5 月 15 日
If your matrix is A
assignin('base','A',A);
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!