How can i use the values obtained in a functional file in another file?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
example:
a=1:100;
b=2:100;
c=a+b;
File 2:
d=c.^2;
Answers (1)
Azzi Abdelmalek
on 26 Jul 2015
0 votes
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!