display

PURPOSE ^

DISPLAY Display method for the SFTP object.

SYNOPSIS ^

function display(h)

DESCRIPTION ^

 DISPLAY Display method for the SFTP object.

  Syntax:
    DISPLAY(H)

  Description:
    DISPLAY(H) displays an SFTP object as text.

  Examples:
    display(h)

  See also:
    SFTP

  Authors:
    Joan Pau Beltran  <joanpau.beltran@socib.cat>

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

DOWNLOAD ^

display.m

SOURCE CODE ^

0001 function display(h)
0002 % DISPLAY Display method for the SFTP object.
0003 %
0004 %  Syntax:
0005 %    DISPLAY(H)
0006 %
0007 %  Description:
0008 %    DISPLAY(H) displays an SFTP object as text.
0009 %
0010 %  Examples:
0011 %    display(h)
0012 %
0013 %  See also:
0014 %    SFTP
0015 %
0016 %  Authors:
0017 %    Joan Pau Beltran  <joanpau.beltran@socib.cat>
0018 
0019   fprintf('\n%s = \n\n', inputname(1));
0020   disp(h)
0021   fprintf('\n');

Generated on Fri 06-Oct-2017 10:47:42 by m2html © 2005