![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17262907_1578930643972_DEF.jpg)
Raul Onrubia
Followers: 0 Following: 0
Feeds
질문
How to manually obtain the output values of a ANN
I am using ANN to compute the coefficients for a linear regresion. To do so, I use a fitnet neural network (net) with no hidden ...
12개월 전 | 답변 수: 1 | 0
1
답변답변 있음
How to efficiently write complex structures to a file using memmapfile?
I ended up using fwrite. I reordered the data and casted it to uint8, and then writting it to disk using fwrite. I also tried th...
How to efficiently write complex structures to a file using memmapfile?
I ended up using fwrite. I reordered the data and casted it to uint8, and then writting it to disk using fwrite. I also tried th...
거의 2년 전 | 0
| 수락됨
질문
How to efficiently write complex structures to a file using memmapfile?
I am writing a code that reads complex structures from files using memmapfile, then you can modify the data, and last you write ...
거의 2년 전 | 답변 수: 2 | 0
2
답변질문
How to efficiently read nested complex data structures from binary files
Hi I am trying to implement a reader for strucrture data generated with c++. File have all "simple" data types (int, uint, floa...
대략 2년 전 | 답변 수: 1 | 0
1
답변질문
Memory not being cleared from iteration to iteration?
Hello all, I'm having a memory leakage somewhere in my code that I can't find. I have a matlab code that uses objects to read d...
대략 4년 전 | 답변 수: 1 | 0