필터 지우기
필터 지우기

how to transform this code to guide

조회 수: 1 (최근 30일)
Abdelmalek Benaimeur
Abdelmalek Benaimeur 2019년 4월 25일
답변: Walter Roberson 2019년 4월 25일
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 ?

채택된 답변

Walter Roberson
Walter Roberson 2019년 4월 25일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by