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年以上 前 | 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年以上 前 | 2 件の回答 | 0