mparkan / Digital-Forestry-Toolbox

A collection of digital forestry tools for Matlab/Octave
http://mparkan.github.io/Digital-Forestry-Toolbox/
GNU General Public License v3.0
46 stars 16 forks source link

Error in LASread (line 76) #3

Closed Jinjing9509 closed 4 years ago

Jinjing9509 commented 4 years ago

Hello,I am using matlab2017b to run dft_tutorial_1.m and I get the following error.There was no problem two weeks ago, and this problem occurred after running today. Error using fseek Invalid file identifier. Use fopen to generate a valid file identifier. Error in LASread (line 76) fseek(fid, 0, 'eof'); Error in dft_tutorial_1 (line 38) pc = LASread('zh_2014_a.las'); Can you tell me how to reject this problem? Thank you.