4 lines
102 B
Matlab
4 lines
102 B
Matlab
function n = nElements(a)
|
|
% NELEMENTS - Number of elements in the phase.
|
|
%
|
|
n = phase_get(a.tp_id,10);
|