Yuval Geyari
Followers: 0 Following: 0
Feeds
提问
Making an executable with input arguments using codegen
I'm trying to compile a Matlab code using codegen and making an executable. The thing is that after compilation, I can't seem to...
6 years 前 | 1 个回答 | 0
1
个回答已回答
Using codegen for reading data from a text file in C
Thanks everyone, I solved the issue by using the functions strtok and str2double, which are supported by C programming.
Using codegen for reading data from a text file in C
Thanks everyone, I solved the issue by using the functions strtok and str2double, which are supported by C programming.
6 years 前 | 0
| 已接受
提问
Using codegen for reading data from a text file in C
I'm trying to write a code that reads numeric data from a text file and stores it in an array. Eventually, the code should be c...
6 years 前 | 2 个回答 | 0