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
0 个评论
回答(1 个)
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().
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 ANOVA 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!