link between two codes

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

 Akzeptierte Antwort

Andrei Bobrov
Andrei Bobrov am 30 Mai 2012

0 Stimmen

? (eg)
[a b c] = filewithcode1(x,y);
out = filewithcode2(a, b, c);

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Hilfe-Center und File Exchange

Produkte

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by