Matrix output from function without showing sata of the matrix in the command Window
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Azzi Abdelmalek
am 15 Mai 2013
Bearbeitet: Azzi Abdelmalek
am 15 Mai 2013
If your matrix is A
assignin('base','A',A);
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!