init
This commit is contained in:
11
FOTF Toolbox/@ppoly/isppoly.m
Normal file
11
FOTF Toolbox/@ppoly/isppoly.m
Normal file
@ -0,0 +1,11 @@
|
||||
function key=isppoly(p)
|
||||
% isppoly - check whether input is an ppoly object
|
||||
%
|
||||
% key=isppoly(p)
|
||||
%
|
||||
% key returns 1 or 0
|
||||
|
||||
% Copyright (c) Dingyu Xue, Northeastern University, China
|
||||
% Last modified 18 May, 2022
|
||||
key=strcmp(class(p),'ppoly');
|
||||
end
|
||||
Reference in New Issue
Block a user