Borrar filtros
Borrar filtros

how to transform this code to guide

1 visualización (últimos 30 días)
Abdelmalek Benaimeur
Abdelmalek Benaimeur el 25 de Abr. de 2019
Respondida: Walter Roberson el 25 de Abr. de 2019
in order to allow to an app crated using appdesigner to save the results to workspace i did this
prompt = {'Choose the output (matrix) name'};
answer=inputdlg(prompt);
try
if ~isempty(answer{1})
assignin('base',answer{1},Bd1 );
end
catch
end
the question is if i want to create a boutoun which do the same thing but this time using guide and not appdesigner what shoud i change ?

Respuesta aceptada

Walter Roberson
Walter Roberson el 25 de Abr. de 2019

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by