Borrar filtros
Borrar filtros

AppDesigne​rでコンポーネントと​コールバックが入れ替​わる不具合

1 visualización (últimos 30 días)
良文
良文 el 26 de En. de 2024
AppDesignerを使ってアプリを作っていますが、作成中に既に設定してあったコンポーネントが呼び出すコールバックや、コールバック関数がかなり入れ替わっていたり、下記のようにコールバック関数とコメントの不整合などが発生していることがわかりました。原因と対策方法を教えてください。
% Button pushed function: K_fileBtn
function M_fileBtnButtonPushed(app, event)
filename = app.M_Txt.Value; app.CheckOK = false;
persistent FilePathM
WindowMessage = '質量行列Mの選択';
[FilePathM, app.M_Txt.Value, app.UpdateMCB.Value] = funcSetFile(app, filename, FilePathM, WindowMessage);
app.UIFigure.WindowStyle = 'modal';
end

Respuestas (0)

Categorías

Más información sobre App Designer を使用したアプリ開発 en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!