source:
prextra/@ftp/display.m
Last change on this file was 113, checked in by bduin, 8 years ago | |
---|---|
File size: 204 bytes |
Line | |
---|---|
1 | function 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 | |
7 | fprintf('\n%s = \n\n',inputname(1)); |
8 | disp(h) |
9 | fprintf('\n'); |
Note: See TracBrowser
for help on using the repository browser.