MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guia do Utilizador Página 370

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 575
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 369
1 2 ... 365 366 367 368 369 370 371 372 373 374 375 ... 574 575

Comentários a estes Manuais

Sem comentários