How to save .mat files from compiled code (.exe)

10 visualizaciones (últimos 30 días)
Eathan Baumgartner
Eathan Baumgartner el 6 de Ag. de 2018
Comentada: Eathan Baumgartner el 7 de Ag. de 2018
So I have made an application(gui) in matlab and compiled it to an exe. My gui has a save and load button that operate as such. on save callback: save('saveGame.mat','handles');
on load callback: load('SaveGame.mat');
This works when the code is being run from matlab. However, when I run the application from the compiled exe, I get an error sound when clicking save. Does anyone know why this may be?
  3 comentarios
Adam
Adam el 7 de Ag. de 2018
If you tell it to create a log when you package your app you will see what the error is, or if you run your exe from command line.
Since you appear not to be giving a path for your save file it will save it in whatever the current directory is. I forget, off-hand, what this is for an executable, but it isn't generally somewhere to be saving user files. It's possible you don't have write permission there too.
Eathan Baumgartner
Eathan Baumgartner el 7 de Ag. de 2018
Thanks, this you were right, it did not have permission to the folder it was trying to save to.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by