source: prextra/@ftp/display.m @ 113

Last change on this file since 113 was 113, checked in by bduin, 8 years ago
File size: 204 bytes
Line 
1function display(h)
2% DISPLAY Display method for the FTP object.
3
4% Matthew J. Simoneau, 14-Nov-2001
5% Copyright 1984-2004 The MathWorks, Inc.
6
7fprintf('\n%s = \n\n',inputname(1));
8disp(h)
9fprintf('\n');
Note: See TracBrowser for help on using the repository browser.