gusucode.com > vision工具箱matlab源码程序 > vision/+vision/+internal/+codegen/locstr2num.m

    function out = locstr2num(value)
% Local version of STR2NUM to capture output into struct. This enables use
% with eml_const.

%#codegen

[out.Value, out.IsValid] = str2num(value);