MATLAB XPC TARGET RELEASE NOTES Betriebsanweisung Seite 425

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 531
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 424
selectdrive
Purpose Select target PC drive
Syntax MATLAB command line
selectdrive(file_obj,'drive')
file_obj.selectdrive('drive')
Arguments
drive
Name of the drive to set.
file_obj
Name of the xpctarget.fs obje ct.
Description Method of x pcta rget.fs objects. selectdrive sets the current drive
ofthetargetPCtothespecifiedstring. Enter the drive string with an
extra backslash (
\). For example, D:\\ for the D:\ drive.
Note Use the cd method instead to get the same behavior.
Examples Set the current target PC drive to D:\.
selectdrive(fsys,'D:\\')
or
fsys.selectdrive('D:\\')
18-101
Seitenansicht 424
1 2 ... 420 421 422 423 424 425 426 427 428 429 430 ... 530 531

Kommentare zu diesen Handbüchern

Keine Kommentare