How can i use the variable in the workspace in a different script
Show older comments
How can i use some variables generated by AN other script in the workspace, in a new different script
Answers (1)
Image Analyst
on 30 Nov 2021
0 votes
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().
Categories
Find more on Univariate Discrete Distributions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!