Community Profile

photo

Mukund Sankaran

Last seen: 4 maanden ago Active since 2019

Statistics

  • Knowledgeable Level 2
  • First Answer

View badges

Content Feed

View by

Answered
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

Answered
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

Answered
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

Answered
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

Answered
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

Answered
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

Answered
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

Answered
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

Answered
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