MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Spécifications Page 105

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 180
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 104
Understanding the Application M-File
4-5
catch
disp(lasterr);
end
end
Any output arguments returned by your callback subfunction are then
returned though the main function via the first
feval statement:
if (nargout) % If there are output arguments
[varargout{1:nargout}] = feval(varargin{:});
In addition, any input arguments you have added to the Callback property
string are included in the evaluated statement.
See Launching a Dialog to Confirm an Operation for an example that defines
additional input arguments.
The following diagram illustrates the execution path for the application M-file.
Vue de la page 104
1 2 ... 100 101 102 103 104 105 106 107 108 109 110 ... 179 180

Commentaires sur ces manuels

Pas de commentaire