MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guide de l'utilisateur Page 243

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 575
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 242
1 2 ... 238 239 240 241 242 243 244 245 246 247 248 ... 574 575

Commentaires sur ces manuels

Pas de commentaire