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

 채택된 답변

Andrei Bobrov
Andrei Bobrov 2012년 5월 30일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품

태그

질문:

2012년 5월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by