How to run scripts (not functions) with predefined user inputs?
Show older comments
There are several scripts in MATLAB with some user inputs (for example, x=input('Enter x: ')). The scripts cannot be executed automatically, since they require to manually define all user inputs. The only way I know to automatically execute the script with predefined inputs is by using pop-up history: I run script once, defining all inputs, and the next time I can simply highlight and launch the script with the previously defined inputs from pop-up history. The drawback of the descibed technique is that I cannot run the script with the predefined inputs from any other place (for example, I want to repeatedly run the script with predefined inputs from another script or function).
Does anybody know a solution differing from using matlab history?
1 Comment
Stephen23
on 12 Sep 2017
Use functions.
Answers (1)
José-Luis
on 12 Sep 2017
1 vote
2 Comments
Categories
Find more on Get Started with MATLAB 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!