代码搜索:Copy

找到约 10,000 项符合「Copy」的源代码

代码结果 10,000
www.eeworm.com/read/192069/8408451

m copy of copy of float2dec.m

function y=float2dec(x,k) % this script is used to get the hex format of a float number if nargin==1 k=0; else k=1; end if prod(size(x))~=8 error('Invalid input number!'); end if k==0