I want to convert a string to .m file

4 Ansichten (letzte 30 Tage)
Osama Alkurdi
Osama Alkurdi am 2 Feb. 2020
Kommentiert: Osama Alkurdi am 2 Feb. 2020
ex: (for understand what I mean clearly)
if I have a string stored in some variable
let's say y="x=sin(pi)";
I want matlab to create a .m file with a certain name a save that string in it
so, the string will be a command line in that .m fileCapture.PNG
  4 Kommentare
Osama Alkurdi
Osama Alkurdi am 2 Feb. 2020
@stozaki
yes, but I want to excute it from .m file
Osama Alkurdi
Osama Alkurdi am 2 Feb. 2020
@Sridhar SG 8
no

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

stozaki
stozaki am 2 Feb. 2020
Bearbeitet: stozaki am 2 Feb. 2020
Please try following script. (attached .m file)
y="x=sin(pi)";
eval (y)
eval execute MATLAB expression in text.
Regards,
stozaki

Weitere Antworten (0)

Kategorien

Mehr zu Characters and Strings finden Sie in Help Center und File Exchange

Produkte


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by