4 lines
94 B
Matlab
4 lines
94 B
Matlab
function i = hndl(x)
|
|
|
|
warning('This function is deprecated in favor of xml_hndl.m')
|
|
i = x.id;
|