MATLAB XPC TARGET 4 - API GUIDE Betriebsanweisung Seite 258

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 372
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 257
cd
14-14
14cd
Purpose Change directory on target PC
Syntax MATLAB command line
cd(file_obj,target_PC_dir)
file_obj.cd(target_PC_dir)
Arguments
Description Method of xpctarget.fsbase, xpctarget.ftp, and xpctarget.fs objects.
From the host PC, changes directory on the target PC.
Examples Change directory from the current to one named logs for the file system object
fsys.
cd(fsys,logs) or fsys.cd(logs)
Change directory 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.
file_obj
Name of the xpctarget.ftp or xpctarget.fs
object.
target_PC_dir
Name of the target PC directory to change to.
Seitenansicht 257
1 2 ... 253 254 255 256 257 258 259 260 261 262 263 ... 371 372

Kommentare zu diesen Handbüchern

Keine Kommentare