mat file from matlab to pascal program
please, any one help me to solve my peoblem:
I have struct of array containing image file name and color histogram and save it in mat file. How can I use this file in pascal pro开发者_如何学Gogram
You'll find a description of the MAT file format here. But, if you have the choice you'll probably find it easier to save your data in an ASCII file and read that in Pascal, or even some image file format.
精彩评论