Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
How to run a m file in a function which is called in another main m file?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to Load variables taken from a user in a function. I could think of two ways. 1) I created a m file to take user input ( So I have 3 files- Main m file, Function, Input m file) Now I wanted to run that Input m file in a function which is called in the main m file. How could I load workspace variables from that input m file into the function. 2) To take input in The main m file ( I have 2 files- Main m file, Function) Now I want to load all the variables in workspace in that called function As there are many variables in workspace (approx 20) which are required in the function, Is there any short cut to load all the workspace variables in that function?
1 commentaire
Walter Roberson
le 9 Mai 2017
Duplicates https://www.mathworks.com/matlabcentral/answers/339394-how-to-run-a-m-file-in-a-function-which-is-called-in-another-m-file
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!