MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Spezifikationen Seite 66

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 126
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 65
Viewing Out-of-Scope Variables
4-14
10) Notice that the Watch window area says this variable is an unknown
identifier. This shows that *input is not defined within the scope of the
dataIO function.
11) Choose View
Call Stack. You see the call stack area next to the Watch
window area.
12) Click on main() in the call stack area to see the value of *input within the
scope of the main function. (The value should be 0, but may differ if you
have modified the sine.dat file.)
13) Right-click on the call stack area and choose Hide from the pop-up menu.
14) Remove the breakpoint that you added in step 4 by putting he cursor on
the line after
return;
in dataIO() and clicking the (Toggle Breakpoint)
toolbar button or pressing F9.
Seitenansicht 65
1 2 ... 61 62 63 64 65 66 67 68 69 70 71 ... 125 126

Kommentare zu diesen Handbüchern

Keine Kommentare