/dvbt/trunk/release/mm/ml/xxbm/bo&tb/ws2file_tb.m
Objective C | 8 lines | 7 code | 1 blank | 0 comment | 0 complexity | bc034e278fd65ce55a16540afce6e04f MD5 | raw file
1% file : ws2file_tb.m 2idata = [1 2 3 4 4 5 6 7]; % ??????? ?????? 3idata = [idata idata]; 4fname = 'any.value'; % ???? ????????? 5width = 8; % ??????????? 6 7% 8ws2file(idata, width, fname)