MATLAB Executable aus GUI erstellen

Aus HSHL Mechatronik
Version vom 10. Juli 2018, 12:17 Uhr von Ulrich Schneider (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „# Stellen Sie sicher, dass MATLAB Compiler und ein unterstützter C Compiler installiert sind. # Geben Sie den Befehl Make sure you have MATLAB Compiler …“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen
  1. Stellen Sie sicher, dass MATLAB Compiler und ein unterstützter C Compiler installiert sind.
  2. Geben Sie den Befehl
   Make sure you have MATLAB Compiler and a supported C compiler
   Run the command mbuild -setup to select your C compiler
   Enter deploytool to open the deployment tool window; create a new project at the prompt
   Under the "build" tab, click the links "add main file" and "add files/directory" and add your MATLAB GUI code files (and data files, if necessary)
   Click the "build" button.
  • Run the command mbuild -setup to select your C compiler
   Enter deploytool to open the deployment tool window; create a new project at the prompt
   Under the "build" tab, click the links "add main file" and "add files/directory" and add your MATLAB GUI code files (and data files, if necessary)
   Click the "build" button.