How to use "run command" within a function which saves all variables inside base workspace?
Afficher commentaires plus anciens
function example()
%%%%
---
run('sample.m');
---
end
Is there any way, which can help to save all variable of "sample.m" script in base workspace rather than current function workspace?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Whos dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!