how can use m.file variables to another m.file?

2 次查看(过去 30 天)
i have one m.file for gui and another m.file how can use the text field values in another m.file?

回答(1 个)

Image Analyst
Image Analyst 2013-12-20
If they're scripts, then the values will be in the base workspace and any code running in the base workspace can use them. Or you could save the variables to a .mat file and have the later m-file read it in.

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by