isnumericcell

バージョン 1.0.0.0 (1.01 KB) 作成者: Renwen Lin
isnumericcell
ダウンロード: 179
更新 2012/6/11

ライセンスの表示

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

引用

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

MATLAB リリースの互換性
作成: R2011b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0