isnumericcell

Version 1.0.0.0 (1,01 KB) von Renwen Lin
isnumericcell
179 Downloads
Aktualisiert 11. Jun 2012

Lizenz anzeigen

function tfsnum = isnumericcell(A)
% tfsnum = isnumericcell(A)
% linrenwen@gmail.com
% 2012-6-9 9:49:20
tfsnum = cellfun(@isnumeric, A);
end

Zitieren als

Renwen Lin (2024). isnumericcell (https://www.mathworks.com/matlabcentral/fileexchange/37096-isnumericcell), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2011b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0