Last change
on this file since 811 was
723,
checked in by sommeria, 11 years ago
|
xmltree and toolbox_calib added to svn
|
File size:
514 bytes
|
Rev | Line | |
---|
[723] | 1 | function filename = getfilename(tree) |
---|
| 2 | % XMLTREE/GETFILENAME Get filename method |
---|
| 3 | % FORMAT filename = getfilename(tree) |
---|
| 4 | % |
---|
| 5 | % tree - XMLTree object |
---|
| 6 | % filename - XML filename |
---|
| 7 | %_______________________________________________________________________ |
---|
| 8 | % |
---|
| 9 | % Return the filename of the XML tree if loaded from disk and an empty |
---|
| 10 | % string otherwise. |
---|
| 11 | %_______________________________________________________________________ |
---|
| 12 | % @(#)getfilename.m Guillaume Flandin 02/03/27 |
---|
| 13 | |
---|
| 14 | filename = tree.filename; |
---|
Note: See
TracBrowser
for help on using the repository browser.