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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 575
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 358
remove
Purpose Remove le from active CCS IDE project
Syntax remove(cc,'filename')
remove(cc,'gelfilename')
Description remove(cc,'filename') de letes the le specied by filename from
the active project in CCS IDE. You can remove les that exist in the
active project only.
filename must match the name of an existing le
exactly to remove the le.
remove(cc,'gelfilename') deletes the le specied by gelfilename
from the active project in CCS IDE. You can remove les that exist
in the active project only.
gelfilename must match the name of an
existing le exactly to remove the le.
Examples After you have a project in CCS IDE, you can delete les from i t usin g
remove from the MATLAB software command line. For example, build a
project and load the resulting .
out le. With the project build complete,
load your .
out le by typing
load(cc,'filename.out')
Now remove one le from your project, such as the GEL le.
remove(cc,'gelfilename')
You see in CCS IDE that the GEL le no longer appears in the GEL
files
folder in CCS.
See Also activate, add, cd, open
7-137
Przeglądanie stron 358
1 2 ... 354 355 356 357 358 359 360 361 362 363 364 ... 574 575

Komentarze do niniejszej Instrukcji

Brak uwag