photo

Yuval Geyari


Last seen: 5 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
214,410
of 300,365

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

7 years ago | 1 answer | 0

1

answer

Answered
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.

7 years ago | 0

| accepted

Question


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...

7 years ago | 2 answers | 0

2

answers