How can i use the variable in the workspace in a different script

7 次查看(过去 30 天)
How can i use some variables generated by AN other script in the workspace, in a new different script

回答(1 个)

Image Analyst
Image Analyst 2021-11-30
If they're in the base workspace, the other script should be able to see and use it. Not if it's inside a function though. For that you should pass the values into the function, rather than use assignin().

类别

Help CenterFile Exchange 中查找有关 ANOVA 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by