Community Profile

photo

Sumit Ghosh

Last seen: 23일 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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...

2개월 전 | 0

답변 있음
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...

2개월 전 | 0

답변 있음
How to load .mat in the C++ environment?
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...

2개월 전 | 0

답변 있음
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...

2개월 전 | 0

| 수락됨

답변 있음
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...

거의 2년 전 | 0

| 수락됨

답변 있음
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...

거의 2년 전 | 0

| 수락됨

답변 있음
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 ...

2년 초과 전 | 0

| 수락됨

답변 있음
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...

대략 6년 전 | 0