writetable, user defined name
Ältere Kommentare anzeigen
I have a code that generates a txt file by using the function writetable (shown below). In my code, I name the file 'final.txt'. However, I would like the user to be prompted to enter the name of the file while the code is running so that the file can be saved according to the users entered file name.
writetable(Results_Table,'final.txt','Delimiter','\t')
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Environment and Settings finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!