MATLAB XPC TARGET RELEASE NOTES Betriebsanweisung Seite 332

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 531
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 331
cd
Purpose Change folder on target PC
Syntax MATLAB command line
cd(file_obj,targ et_PC_dir)
file_obj.cd(target_PC_dir)
Arguments
file_obj
Name of the xpctarget.ftp or xpctar get. fs
object.
target_PC_dir
NameofthetargetPCfoldertochangeto.
Description Method of xpctarget.fsbase, xpctarget.ftp,andxpctarget.fs
objects. From the host PC, changes folder on the target PC.
Examples Change folder from the current to one named logs for the file system
object
fsys.
cd(fsys,logs) or fsys.cd(logs)
Change folder from the current to one named logs for the FTP object f.
cd(f,logs) or f.cd(logs)
See Also xPC Target file object methods mkdir and pwd.
MATLAB
cd function.
18-8
Seitenansicht 331
1 2 ... 327 328 329 330 331 332 333 334 335 336 337 ... 530 531

Kommentare zu diesen Handbüchern

Keine Kommentare