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?

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-5-15
编辑:Azzi Abdelmalek 2013-5-15
If your matrix is A
assignin('base','A',A);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by