matlab - Undefined function 'readlas' for input arguments of type 'char' -
i bought student version of matlab 2013. have 3 log files (.las) , have downloaded them onto computer.
when open matlab think has deal either retrieving .las file, or setting path functions. when try type help readlas gives me error:
"undefined function 'readlas' input arguments of type 'char'." where set path? how let matlab access 3 log .las files?
matlab not have built-in capability read las log files. there no function readlas supplied matlab. if have program uses command readlas, need contact author of program obtain code readlas, , add directory containing readlas path. if have readlas, add directory path.
there freely available third-party tools can read las files matlab - 1 of common seislab, available here matlab central file exchange. however:
- it's way seislab reads in las data differs way
readlasreads in, , doubt can replacereadlasseislab'sread_las_filewithout changing quite few other things. - seislab in general horrible piece of software not recommend use unless have to.
hope helps!
Comments
Post a Comment