function tfsnum = isnumericcell(A)
% tfsnum = isnumericcell(A)
% linrenwen@gmail.com
% 2012-6-9 9:49:20
tfsnum = cellfun(@isnumeric, A);
end
Cite As
Renwen Lin (2026). isnumericcell (https://www.mathworks.com/matlabcentral/fileexchange/37096-isnumericcell), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2011b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
