From: mohamed siam on
please, I have work to do interface for DATCOM program using MATLAB.
Frist, I have some error when use the function as this

alldata = datcomimport('datcom.out');

MATLAB will type

??? Index exceeds matrix dimensions.
Error in ==> datcomimport at 71
[casenoout casedata] = usafdatcom(files,usenan,verbose);

Second, Iwant to use BACKSPACE ('\b') as this (fprintf(fid,'\b');)
but,it type in file as this (BS)

thanks
M. SIAM