MATLAB XPC TARGET RELEASE NOTES Guía de usuario Pagina 418

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 531
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 417
removefile
Purpose Remove file from target PC
Syntax MATLAB command line
removefile(file_obj,file_name)
file_obj.removefile(file_name)
Arguments
file_name
Name of the file to rem ov e from the target PC
file system.
file_obj
Name of the xpctarget.fs object.
Description Method of xpctarget.fs objects. Removes a file from the target PC
file system.
Note You cannot recover this file once it is removed.
Examples Remove the file data2.dat from the target PC file system fsys.
removefile(fsys,'data2.dat')
or
fsys.removefile('data2.dat')
18-94
Vista de pagina 417
1 2 ... 413 414 415 416 417 418 419 420 421 422 423 ... 530 531

Comentarios a estos manuales

Sin comentarios