MATLAB XPC TARGET RELEASE NOTES Podręcznik Użytkownika Strona 425

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 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
Przeglądanie stron 424
1 2 ... 420 421 422 423 424 425 426 427 428 429 430 ... 530 531

Komentarze do niniejszej Instrukcji

Brak uwag