Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
How to run a m file in a function which is called in another main m file?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Walter Roberson
am 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
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!