how to use matlab to read data from '.bin' file which was produced by some equipment
Show older comments
I have an equipment---X which can be drived by computer to detect some electrical signal and give computer some data to draw a picture according to a " .bin" file as below:

when I hit the red circle on the picture--"A", I will get a table as below:

Now I want to get the data in the table by matlab, shall I? how?
Thank you!
Accepted Answer
More Answers (1)
Image Analyst
on 28 Jul 2014
0 votes
See if there's an "Export..." item under the file menu and write it out to some standard format. If not, ask the publisher for the format of the bin file. Ask them for a MATLAB reader - they may even have a MATLAB reader for it if you're lucky.
Categories
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!