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:

  1. it's way seislab reads in las data differs way readlas reads in, , doubt can replace readlas seislab's read_las_file without changing quite few other things.
  2. seislab in general horrible piece of software not recommend use unless have to.

hope helps!


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -