MATLAB How to load .mcs files into matlab?

  • Thread starter Thread starter Eswin Paul T
  • Start date Start date
  • Tags Tags
    files Load Matlab
AI Thread Summary
Loading .mcs files into MATLAB can be challenging, especially if the format is not HDF5, which is commonly used for scientific data. Users are encouraged to check the file format using tools like hexdump to determine if the data is ASCII or binary. If the files are not HDF5, contacting the hardware manufacturer for specific loading routines or interfaces may be necessary. The discussion also references potential resources related to LIDAR data formats, highlighting the importance of understanding the data structure. Ultimately, identifying the correct file format is crucial for successful data loading into MATLAB.
Eswin Paul T
Messages
6
Reaction score
0
I am working on Lidar systems and measure the back scattered photons using a Multi Channel Scaler(MCS) The data files are of .mcs format. I need to load these .mcs files into MATLAB. How do I do this in matlab? Is there any function to load these file extensions into matlab? Thanks in advance...
 
Physics news on Phys.org
If you know the format, you can write a routine to do it...
 
I think you'll have to contact the company that made the hardware and ask about the file format or if they have an interface for matlab.

HDF5 is a common format for scientific data such as this and it may well be that that is what they are using.

Have you used a dump program like hexdump (linux) to see if its ascii or binary formatted?

Since you mentioned LIDAR then I found these references about LAS file format:

http://desktop.arcgis.com/en/arcmap/10.3/manage-data/las-dataset/storing-lidar-data.htm

http://desktop.arcgis.com/en/arcmap/10.3/manage-data/las-dataset/what-is-a-las-dataset-.htm
 

Similar threads

Replies
4
Views
1K
Replies
5
Views
2K
Replies
2
Views
3K
Replies
18
Views
6K
Replies
1
Views
2K
Back
Top