Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Remembering user input from an old execution
Posted:
Jun 8, 2010 9:26 AM
|
|
Hi everybody, it's the first time that I am confronted with the following problem. I have a simple application where the user is prompted to choose a file (with uigetfile). In my specific case, this involves also changing the directory. I would like that, the next time the same user will use the application, the default directory where he will be put will be the one chosen in this run. Generalizing the concept, I would like to have the capability of remembering user answers and using them as defaults for the next execution of the application. Saving in a mat file is of course an option, but I don't really know "where" to save, because the application can be started from any directory.
Is there any better way? I searched the newsgroup but I probably used the wrong keywords... I did not found what I'm looking for.
Thanks a lot for any suggestions Best Regards Claudio
|
|
|
|