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