Right now I am translating program written in Fortran to Matlab, and I encounter 2 problems I really need help with:
1. I saw these lines of codes:
c OPEN (UNIT=41,FILE=TRIM(TMPDIR)//LFNAME//'GN.DAT', STATUS='OLD')
c DO 11 K=1,INT,1
c READ (41,*) XXLIGHT(K),LIGHTSC(K)
c 11...