how to save file in specific path?

4 vues (au cours des 30 derniers jours)
Somnath Kale
Somnath Kale le 4 Déc 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 commentaires
Ive J
Ive J le 4 Déc 2020
doc movefile
movefile('data201203.txt', 'C:\Users\IISER BPR\Documents\MATLAB\Instrument program')
Somnath Kale
Somnath Kale le 4 Déc 2020
@Ive Ive
Thanks for your reply!! still little issue
Error using movefile
Cannot copy or move a file or directory onto itself.
showing this error but fele kept at proper place

Connectez-vous pour commenter.

Réponse acceptée

Anmol Dhiman
Anmol Dhiman le 7 Déc 2020
Hi Somnath,
Refer to movefile to move a file from one location to another.
Regards,
Anmol Dhiman

Plus de réponses (0)

Catégories

En savoir plus sur Dialog Boxes dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by