4 lines
94 B
Matlab
4 lines
94 B
Matlab
function n = hndl(a)
|
|
|
|
warning('This function is deprecated in favor of trans_hndl')
|
|
n = a.id;
|