Loading Text Files to Run as the Commands in a Function

21 views (last 30 days)
In one function I am writing/creating text files with a string of commands that I would like to then load in a different function and run each line from the text file. The text file is used to define variables, create server connections, and call other functions.

Answers (1)

Guillaume
Guillaume on 10 Jul 2019
Ignoring the fact that running arbitrary code is rarely a good idea, the simplest way to achieve what you want is to save your text file with a .m extension and use run to execute that file within your other function.

Categories

Find more on Data Import and Export in Help Center and File Exchange

Products


Release

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!