Read Matlab's .mat file in C -


i using matlab generate large matrix, , want use in c.

how can read matlab's .mat file in c?

if possible, please answer how?

supposedly matlab provides own api access such files c: read , write mat files. haven't used myself, don't know how straightforward is.

if want access binary data, search engine came pdf file, matfile_format.pdf, describes entire format. not easy solution.

you can read such files in python however, see this topic. reading file way , writing again in format that's easy use in c seems solution.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -