qgmeng1

Results 3 comments of qgmeng1

What a coincidence, I have recently encountered exactly the same problem, but have not found a solution. So I started learning matlab and reading the source code. It's been bothering...

Firstly, for the character shown at the top ' ans = 0 ' It can be removed if you change the 'fclose(fid)' in the code "sb_load_initial_isce.m" in to 'fclose(fid);' ,...

Secondly, for the wrong ' Index in position 1 exceeds array bounds. Error in llh2local (line 39) z=llh(2,:)~=0; ' It is due to the fact that the contents of the...