5 lines
78 B
Mathematica
5 lines
78 B
Mathematica
|
|
function res = isinterval(Y)
|
||
|
|
%ISINTERVAL (overloaded)
|
||
|
|
|
||
|
|
res = isa(Y,'intval');
|