![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/msilvermathworkscom_1590582337253_DEF.jpg)
Matan Silver
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
10 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
unable to generate code with 'collisionMesh' function.
Hi Net, It seems like you've found the answer. Handle classes are unsupported for entrypoint I/O, and by removing the handle cl...
unable to generate code with 'collisionMesh' function.
Hi Net, It seems like you've found the answer. Handle classes are unsupported for entrypoint I/O, and by removing the handle cl...
8ヶ月 前 | 1
| 採用済み
回答済み
codegen convert C++ does not take 2 or 3 arguments error
Hello, Walter is correct: If you are generating code for a MATLAB function with an output, there are some scenarios in which th...
codegen convert C++ does not take 2 or 3 arguments error
Hello, Walter is correct: If you are generating code for a MATLAB function with an output, there are some scenarios in which th...
1年以上 前 | 2
回答済み
matlab coder:Generating C code for general functions is a big performance problem
Hello, I took a look at the generated code for these reproduction steps, and found that a large performance penalty is paid in ...
matlab coder:Generating C code for general functions is a big performance problem
Hello, I took a look at the generated code for these reproduction steps, and found that a large performance penalty is paid in ...
2年以上 前 | 0
| 採用済み
回答済み
Using coder.ceval to getcwd()
Hello Michael, I've written the following function which gets the current directory in generated code: function currentDir = g...
Using coder.ceval to getcwd()
Hello Michael, I've written the following function which gets the current directory in generated code: function currentDir = g...
2年以上 前 | 0
| 採用済み
回答済み
Is there a way to create an array with MATLAB Coder and use a #define in the generated C-code for its size?
Hi Thomas, Unfortunately there's still no way to generate code for an array whose size is determined by a preprocessor define. ...
Is there a way to create an array with MATLAB Coder and use a #define in the generated C-code for its size?
Hi Thomas, Unfortunately there's still no way to generate code for an array whose size is determined by a preprocessor define. ...
2年以上 前 | 0
| 採用済み
回答済み
matlab coder: It's time to generate a modern C++ API
Hello, Thank you for the feedback. We agree! There's a lot of opportunity to take advantage of more modern C++ features. I've p...
matlab coder: It's time to generate a modern C++ API
Hello, Thank you for the feedback. We agree! There's a lot of opportunity to take advantage of more modern C++ features. I've p...
2年以上 前 | 1
| 採用済み
回答済み
Matlab C Coder gives error for cloning object
Hi Anil, It looks like loadObjectImpl is not in the list of officially supported functions for System Objects (trackerGNN is a ...
Matlab C Coder gives error for cloning object
Hi Anil, It looks like loadObjectImpl is not in the list of officially supported functions for System Objects (trackerGNN is a ...
3年弱 前 | 1
回答済み
Prevent loop merging in Matlab coder
Hi Marc, One way to achieve this is to factor out the initialization of the "di" variable into a non-inlined helper function. T...
Prevent loop merging in Matlab coder
Hi Marc, One way to achieve this is to factor out the initialization of the "di" variable into a non-inlined helper function. T...
3年弱 前 | 0
回答済み
Simulink/Matlab coder in a trial version for a student
Hello Abdelghafar, It sounds like you found some links to request free trials. Just in case you couldn't find links for anythin...
Simulink/Matlab coder in a trial version for a student
Hello Abdelghafar, It sounds like you found some links to request free trials. Just in case you couldn't find links for anythin...
3年弱 前 | 0
| 採用済み
回答済み
matlab coder generation mex verification failed?
Hello, I believe we can see the problem if we run myFun normally in MATLAB and set a breakpoint on line 88. We will see that th...
matlab coder generation mex verification failed?
Hello, I believe we can see the problem if we run myFun normally in MATLAB and set a breakpoint on line 88. We will see that th...
3年弱 前 | 0
| 採用済み