isnumericcell

isnumericcell
179 Downloads
Updated 11 Jun 2012

View License

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 (2024). 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 Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0