c - Convert .mat file to any other format such as .txt or .plist -


how read data store in .mat file , convert other format such .txt or .plist c language project?

if there opensource project it, please tell me.

thanks in advice.

it doable, see spec here: http://www.mathworks.de/de/help/matlab/matlab_external/custom-applications-to-read-and-write-mat-files.html?s_tid=doc_12b

in python neatly wrapped in scipy, see read .mat files in python


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -