☰
PhysioNet
Find
Share
About
News
Account
Login
Register
Search PhysioNet
ECG-Kit 1.0
File:
<base>
/
common
/
prtools
/
private
/
isdouble.m
(111 bytes)
Plain
Download
%ISDOUBLE Test on doubles function n = isint(m) if isa(m,'double') n = 1; else n = 0; end return