MATLAB XPC TARGET RELEASE NOTES Uživatelská příručka Strana 363

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 531
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 362
get (ftp)
Purpose Retrieve copy of requested file from target P C
Syntax MATLAB command line
get(file_obj,file_name)
file_obj.get(file_name)
Arguments
file_obj
Name of the xpctarget.ftp object.
file_name
Name of a file on the target PC.
Description Method of xpc targ et.ftp objects. Copies the specified filename from
the target PC to the current folder of the h ost PC.
file_name must
be either a fully qualified filename on the targ et PC, or locate d in the
current folder of the target PC .
Examples Retrieve a copy of the file named data.dat from the current folder of
thetargetPCfileobject
f.
get(f,'data.dat') or f.get('data.dat')
ans = data.dat
See Also xPCTargetfileobjectmethodsput.
18-39
Zobrazit stránku 362
1 2 ... 358 359 360 361 362 363 364 365 366 367 368 ... 530 531

Komentáře k této Příručce

Žádné komentáře