Statistics
RANK
98,377
of 300,857
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 21,097
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 171,361
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
How to use a variable in the mex compiling code sentence?
Answered my own question! Syntax should have been mex( 'MyFile_cvode.c','GCC="/usr/bin/gcc-11"','-I/usr/local/include','-L/u...
17 hours ago | 1
| accepted
Question
How to use a variable in the mex compiling code sentence?
I am currently using the following mex compiling code sentence (successfully): mex GCC='/usr/bin/gcc-11' -I/usr/local/include ...
19 hours ago | 2 answers | 0
2
answersQuestion
Is it possible to retrieve a git tag from within MATLAB?
I am developing a set of code to process data, simulate a model, and plot figures. I'm using Git for version control via the Git...
6 months ago | 1 answer | 0
