Call data structure (.bin file) in Matlab

junglegod
@junglegod-RQJRun • Oct 25, 2024

Hi,

We have got a project in which we have got a data structure (.bin file)

and we are supposed to call it in matlab. how do we do that ?

Also,the idea of the project is to obtain the same output in matlab

which is obtained using VB.

If reqd i can also post the data structure and the formula as well

Plz help ASAP 😕

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • junglegod

    @junglegod-RQJRun Oct 8, 2009

    heres the link -

    #-Link-Snipped-#

  • junglegod

    @junglegod-RQJRun Oct 12, 2009

    we were told that the binary data (.bin) is first to be converted into

    text(using C/C++) and save it in .dat format and then load it in matlab.