Feeds
已回答
Put float data into mat-file using fwrite function
Solved, the mat-file should be a binary file, codes as bellow, pf = fopen( OutFileName, "wb+"); Thanks all the same.
Put float data into mat-file using fwrite function
Solved, the mat-file should be a binary file, codes as bellow, pf = fopen( OutFileName, "wb+"); Thanks all the same.
13 years 前 | 0
| 已接受
提问
Put float data into mat-file using fwrite function
I am writing a program in C, its job is: get datas from txt file and put them into a mat file. I use fwrite function to write t...
13 years 前 | 2 个回答 | 0