M file search another

Hello, sorry my bad english but i will try to be clear. I have a 2 m files (m file "a" and m file "b"). The m file "a" have several calculations and their results. In my m file "b", i need to use these calculations of m file "a." My question is, how i can get them???
Thank you
Sergio

Risposte (3)

Sean de Wolski
Sean de Wolski il 14 Mag 2013

1 voto

Sounds like you need turn your scripts into functions. Here is some documentation on writing functions.
Azzi Abdelmalek
Azzi Abdelmalek il 14 Mag 2013

0 voti

you have nothing to do, run the first file, then the second

1 Commento

If you want to save those data result in a file. Suppose your variables are a b c
save filname a b c
To use those variables
load filname

Accedi per commentare.

Sergio .
Sergio . il 15 Mag 2013

0 voti

But, I thought we would have to use the command "get". Just do not know how ... Thank you

Tag

Richiesto:

il 14 Mag 2013

Community Treasure Hunt

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

Start Hunting!

Translated by