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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 575
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 242
cd
where the drive letter D may be different based on wh ere you installed
CCS IDE.
Now check your MATLAB environment working dire ctory:
pwd
ans =
J:\bin\win32
Your CCS IDE and M AT LAB environment working directories are not
the same. To make the directories the same, use the
cd(cc,pwd) syntax:
cd(cc,pwd) % Set CCS IDE to use your MATLAB working directory.
pwd % Check your MATLAB working directory.
ans =
J:\bin\win32
cd(cc) % Check your CCS IDE working directory.
ans =
J:\bin\win32
You have set CCS IDE and MATLAB environment to use the same
working directory.
See Also dir, load, open
7-21
Vista de página 242
1 2 ... 238 239 240 241 242 243 244 245 246 247 248 ... 574 575

Comentários a estes Manuais

Sem comentários