How can I trigger default save function?

I would like to bind button's callback to default save function, any advices? That means it pops a window for the user. not command save function.

 Respuesta aceptada

Steven Lord
Steven Lord el 9 de Ag. de 2019

0 votos

If by "default save function" you mean the save built-in function, I'm confused by your later statement that "it pops a window for the user" since the save function does not show any window.
I suspect you want to bring up a dialog allowing the user to specify the file and directory in which to save the data then call save to save data in that location. In that case the uiputfile function may be of use to you. [As the Note on its documentation page states, uiputfile does not actually save the data, it just gives you a filename you can pass into save.]
If that's not what you're trying to do, please clarify with a bit more detail of what your end goal is.

Más respuestas (1)

yingmu zhaoyang
yingmu zhaoyang el 12 de Ag. de 2019

0 votos

Thanks a lot, Steven! I found the answer yesterday. Just as you say use both uiputfile and save function!

Categorías

Más información sobre Environment and Settings en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 9 de Ag. de 2019

Respondida:

el 12 de Ag. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by