MATLAB XPC TARGET RELEASE NOTES Guia do Utilizador Página 425

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 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
Vista de página 424
1 2 ... 420 421 422 423 424 425 426 427 428 429 430 ... 530 531

Comentários a estes Manuais

Sem comentários