How can I save a variable from the workspace to use it for another script?

61 views (last 30 days)
Hi, I want to save this variable for use that (and other one) in a brand new script

Accepted Answer

DGM
DGM on 2 Oct 2021
You can save variables to a .mat file and then load the .mat file in the other script.
In practice, it's a good idea to load into a struct and explicitly define the incoming variable:

More Answers (0)

Categories

Find more on Structures in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!