MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guía de usuario Pagina 370

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 575
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 369
1 2 ... 365 366 367 368 369 370 371 372 373 374 375 ... 574 575

Comentarios a estos manuales

Sin comentarios