You did not attach a sample of your data. Do you have any documentation on the file structure?
Can you show us how the main VI loads the data? Did you compare the code?
Only certain file extensions are allowed as attachments. So put everything in a zip file before attaching.
If you have LabVIEW code that can correctly read it and some other code that cannot, all you need to do is inspect for differences. If you could attach the main VI, I can compare it with the code you posted earlier to see if there are differences.
We should be able to figure out the data structure once we have code that can read it correctly. Most likely you could then even write a matlab program that can read the binary file.
I wrote a binary file of 2-d array of a cluster(which is a 2-d bitmap) now i want to retrive it. how to do it as the stored data is totally in binary when brought out.
You really should have started a new thread. This current one is 6 years old.
Can you share some code of how you wrote the file and how you are trying to read it? You can probably just use the Read Binary File and supply an array of your cluster as a data type.
CAN I HAVE YOUR EMAIL ID?
Here is our code
You need to attach the code to the post.