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

Réponses (3)

Sean de Wolski
Sean de Wolski le 14 Mai 2013

1 vote

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

0 votes

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

1 commentaire

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

Connectez-vous pour commenter.

Sergio .
Sergio . le 15 Mai 2013

0 votes

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

Catégories

Tags

Question posée :

le 14 Mai 2013

Community Treasure Hunt

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

Start Hunting!

Translated by