Results in workspace ? can I am reusing it again ?

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 ?

2 Comments

can I save this matrix A in other place like, G = A and do calculations on matrix G?

Sign in to comment.

Answers (1)

what can stop you to do it?

8 Comments

I Think the new calculations may be taking matrix A as initial condition again instead of the resultant matrix A !!!! and may be taking more time than first time!!!! because it will be execute two parts of calculations,
It's difficult to say if we do not know what you want to do exactly
general,I Want using output my program(matrix (results) as input to other calculations
Ok, but what is the exact problem? suppose A is the resulting matrix, just use it in other m-files!
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
yes, to starting program 2 that is dependent on result of program 1
sorry, HOW can I load it

Sign in to comment.

Tags

Asked:

on 4 Oct 2013

Commented:

on 4 Oct 2013

Community Treasure Hunt

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

Start Hunting!