how to save file in specific path?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Somnath Kale
am 4 Dez. 2020
Beantwortet: Anmol Dhiman
am 7 Dez. 2020
I wanted to save my alredy genrated text file in folder
file name is "data201203.txt"
"C:\Users\IISER BPR\Documents\MATLAB\Instrument program"
what is the best simplest and suitable command?
Or eles suggest me how to use uiputfile function.(please write small code)
2 Kommentare
Ive J
am 4 Dez. 2020
doc movefile
movefile('data201203.txt', 'C:\Users\IISER BPR\Documents\MATLAB\Instrument program')
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Files and Folders finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!