Save an array to a txt file allowing choosing path name and file name
Show older comments
Hello everybody. I need to find a command (if it exists) to save two (or more) vectors in a txt file. I'm programming a GUI and I need to export some vectors to a txt file. The thing is that i have tried with dlmwrite, but this command doesn`t allow me to choose a file name using a pop -up windows that is what I need.
I know another command
uisave
This command would be perfect but it only allows me to save a mat file and I need to save it in a txt format.
Bassically, Does anybody know a command that works simmilarly to uisave but allowing to the user to save in .txt format?
Thank you in advance
Accepted Answer
More Answers (1)
DeYong
on 3 Jun 2011
0 votes
Categories
Find more on Update figure-Based Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!