
Mukund Sankaran
Statistics
0 Questions
9 Answers
RANK
1.333
of 275.647
REPUTATION
40
CONTRIBUTIONS
0 Questions
9 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
6
RANK
of 18.567
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125.440
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
Content Feed
Coder RuntimeChecks Error Line Numbers
Hi Michael, The line numbers are associated with your .m files. If you open the code generation report for your example, and cl...
5 maanden ago | 0
| accepted
MATLAB Coder "Cannot allocate this handle object"
Hi Chris, In the code you've shared, if you don't make the variable named "gik" persistent, does code generation succeed ? If i...
meer dan een jaar ago | 0
Cell Array not supported with Matlab Coder
Hi Ayush. As suggested in this earlier answer, cell array support for -singleC is under active development. Please reach out to ...
bijna 2 jaar ago | 0
Mex building from C++ DLL
Hi Tamir, Unfortunately, calling a C++ function that has a reference parameter in its signature is not supported in MATLAB Code...
meer dan 2 jaar ago | 0
| accepted
How can I determine if a script is being run by the codegen -test input parameter?
As far as I'm aware, coder.runTest and codegen -test do not support this behavior. Can you please let us know more about your us...
bijna 3 jaar ago | 1
| accepted
Matlab to C code conversion issue
There is unfortunately no code generation support for the input function as of MATLAB R2019a. We've made an internal note of you...
meer dan 3 jaar ago | 1
| accepted
Error in Code Generation using MATLAB Coder.
Answered provided here for another question that deals with the same problem - https://www.mathworks.com/matlabcentral/answers/4...
meer dan 3 jaar ago | 1
| accepted
How to add a trained deep neural network into a MATLAB function for C++ code generation using MATLAB Coder?
You are seeing that error message because you've named your function 'convnetwork1' and in line #5 of that function, you are cal...
meer dan 3 jaar ago | 2
| accepted
Conversion of trained Neural Network into C++ data/code using MATLAB Coder.
You may find these resources helpful: https://www.mathworks.com/help/deeplearning/deep-learning-code-generation.html https://w...
meer dan 3 jaar ago | 1
| accepted