Loading Text Files to Run as the Commands in a Function

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.

Réponses (1)

Guillaume
Guillaume le 10 Juil 2019

0 votes

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.

Catégories

Produits

Version

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by