How can i use the variable in the workspace in a different script
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How can i use some variables generated by AN other script in the workspace, in a new different script
0 comentarios
Respuestas (1)
Image Analyst
el 30 de Nov. de 2021
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 comentarios
Ver también
Categorías
Más información sobre ANOVA en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!