8 lines
142 B
Matlab
8 lines
142 B
Matlab
function output = irec(obj)
|
|
%IREC Get irec of pricklypear object
|
|
% irec(PP) returns the irec of PP
|
|
|
|
output = obj.sim_irec;
|
|
|
|
end
|