Azzera filtri
Azzera filtri

how to load .mat in GUI every time the GUI runs and the GUI connect to simulink model

1 visualizzazione (ultimi 30 giorni)
Dear everyone..
i have .mat file that contain so many variable, for example Alphabet.mat contains variable a=1,b=2,c=3,d=4.....
i want to load Alphabet.mat every time i run my GUI program that contain simulink model, and also the variables inside alphabet.mat are used in simulink model...
i have tried load alphabet.mat, uigetfile still cannot any suggestion??

Risposta accettata

C.J. Harris
C.J. Harris il 11 Gen 2012
You call add a call to load('alphabet.mat') within the Simulink model's InitFcn callback if the parameters are only needed by the Simulink model.
From within your Simulink model see:
File->Model Properies->Callbacks
  9 Commenti
C.J. Harris
C.J. Harris il 12 Gen 2012
http://www.mathworks.co.uk/support/solutions/en/data/1-1LXNAM/index.html?product=SL&solution=1-1LXNAM

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Simulink Functions in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by