4 lines
66 B
Matlab
4 lines
66 B
Matlab
function i = ph(tp)
|
|
disp('method ph is deprecated.');
|
|
|
|
i = tp.ph;
|