Info

This question is closed. Reopen it to edit or answer.

How can i use the values obtained in a functional file in another file?

1 view (last 30 days)
example:
a=1:100;
b=2:100;
c=a+b;
File 2:
d=c.^2;

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 26 Jul 2015
Read about functions

Community Treasure Hunt

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

Start Hunting!