Results in workspace ? can I am reusing it again ?
Show older comments
I want taking matrix (result) from workspace to M-file to applied on it other calculations ? i.e taking this matrix as initial condition ? How ?
Answers (1)
Azzi Abdelmalek
on 4 Oct 2013
1 vote
what can stop you to do it?
8 Comments
Mary Jon
on 4 Oct 2013
Azzi Abdelmalek
on 4 Oct 2013
It's difficult to say if we do not know what you want to do exactly
Mary Jon
on 4 Oct 2013
Azzi Abdelmalek
on 4 Oct 2013
Ok, but what is the exact problem? suppose A is the resulting matrix, just use it in other m-files!
Azzi Abdelmalek
on 4 Oct 2013
Maybe you want to save it in a mat file
save filename A
% If you want to use it in another m file
load filename
Mary Jon
on 4 Oct 2013
Mary Jon
on 4 Oct 2013
Azzi Abdelmalek
on 4 Oct 2013
load filename
Categories
Find more on Whos in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!