link between two codes

2 views (last 30 days)
adam
adam on 30 May 2012
How can I do the link between two codes (two files). I explain, i'd like use (call) all the data and all the results obtained in the code 1 for another code 2 (file2)? have I to make save and load for all my values and all mye vectors and matrix? Thank you,
Adam

Accepted Answer

Andrei Bobrov
Andrei Bobrov on 30 May 2012
? (eg)
[a b c] = filewithcode1(x,y);
out = filewithcode2(a, b, c);

More Answers (0)

Categories

Find more on Graphics Object Identification in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!