MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Podręcznik Użytkownika Strona 370

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 575
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 369
symbol
c6711dskafxr;
Now set the simulation parameters for the model and build the m odel to
your process or. With the model loaded on your processor, use
symbol to
return the entries s tored in the symbol table in CCS IDE.
cc = ticcs;
s = symbol(cc);
s
contains all the sym bols and their addresses, in a structure you can
display with the following code:
for k=1:length(s),disp(k),disp(s(k)),end;
MATL AB software lists the sym bols from the s ymbol table in a col umn.
See Also load, run
7-148
Przeglądanie stron 369
1 2 ... 365 366 367 368 369 370 371 372 373 374 375 ... 574 575

Komentarze do niniejszej Instrukcji

Brak uwag