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.

Respuestas (1)

Guillaume
Guillaume el 10 de Jul. de 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.

Productos

Versión

R2017b

Etiquetas

Preguntada:

el 10 de Jul. de 2019

Respondida:

el 10 de Jul. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by