Is there a way to rename a file to one that contains certain strings?
For example, we have the following variables stored:
Altitude = 100ft
Mach=0.1
And suppose the script called output.txt.
Is there a way to, at the end of the run, rename the output.txt file to be called Output2000ft0.7m.txt so that it doesn’t get overwritten on the next run?For example, we have the following variables stored:
Altitude = 100ft
Mach=0.1
And suppose the script called output.txt.
Is there a way to, at the end of the run, rename the output.txt file to be called Output2000ft0.7m.txt so that it doesn’t get overwritten on the next run? For example, we have the following variables stored:
Altitude = 100ft
Mach=0.1
And suppose the script called output.txt.
Is there a way to, at the end of the run, rename the output.txt file to be called Output2000ft0.7m.txt so that it doesn’t get overwritten on the next run? matlab code, matlab function MATLAB Answers — New Questions