photo

Sumit Ghosh

Last seen: meer dan een jaar ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
8 Answers

RANK
3.527
of 300.364

REPUTATION
16

CONTRIBUTIONS
0 Questions
8 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.407

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

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
MATLAB Coder datatypes in C#
You can try to avoid generation of emxArray types in the DLL by not relying on variable size arrays. This will result in generat...

meer dan een jaar ago | 0

Answered
MATLAB Coder: Including a DLL function in C# which returns dynamic sized data
You can try to avoid generation of emxArray types in the DLL by not relying on variable size arrays. This will result in generat...

meer dan een jaar ago | 0

Answered
This is matlab test question
I am not sure whether matgdns.c is what you need, but you can achieve this using coder.read and coder.write https://www.mathwor...

meer dan een jaar ago | 0

Answered
How do I save MATLAB data for a C/C++ based embedded system?
You can achieve this using coder.read and coder.write. https://www.mathworks.com/help/coder/ref/coder.read.html https://www.m...

meer dan een jaar ago | 0

| accepted

Answered
How do you specify the /02 or -o2 optimization option in the MATLAB Coder APP?
I would think the place to do this would be in the "Build Process" section under the "Hardware" pane that shows up when you cl...

meer dan 3 jaar ago | 0

| accepted

Answered
MATLAB C Coder exports times function which conflicts with MacOSX12 SDK's times function
The configuration parameter ReservedNameArray in coder.EmbeddedCodeConfig object can be used to specify names that the code gene...

meer dan 3 jaar ago | 0

| accepted

Answered
Codegen bug - infinite "while" loop generated in place of simple "for" loop
This problem is fixed in R2018b and later. You can try in R2018b or later. If you can't upgrade, please reach out to Technical ...

bijna 4 jaar ago | 0

| accepted

Answered
Applyform & makecform not supported for Code Generation ? How to solve this ?
A similar question answered here: https://www.mathworks.com/matlabcentral/answers/388423-coder-extrinsic-applycform-not-suppo...

meer dan 7 jaar ago | 0