You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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://in.mathworks.com/matlabcentral/fileexchange/37096-isnumericcell), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.01 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
