photo

Richard McCormack

Last seen: 2 days 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Knowledgeable Level 2
  • Solver
  • First Answer

查看徽章

Feeds

排序方式:

已回答
MATLAB Coder crashes when opened in Ubuntu 18.04
Hi Haziq, Thanks for determining that it is a glibc issue. For posterity, the details about that issue (including workarou...

6 months 前 | 0

已回答
MATLAB coder: C + JIT or C++
Hi Gustavo, 1) Yes, I think that in general the default settings are your best bet here. Off the top of my head, there are co...

12 months 前 | 1

| 已接受

已回答
Function 'version' not supported for code generation (R2021a)
Hi Ivans, It looks like MATLAB Coder support for version was officially introduced in R2021b. If you need to use version i...

1 year 前 | 1

| 已接受

已回答
How to create and empty matrix of a given size in a way that is compatible with codegen
Hi John, I think coder.nullcopy is what you are looking for: https://www.mathworks.com/help/coder/ref/coder.nullcopy.html B...

2 years 前 | 0

| 已接受

已回答
How do I properly call this function in my MATLAB Coder-generated dll?
Hi Jan, Using loadlibrary on a dll generated through MATLAB Coder is not supported (see the limitations here): https://www.mat...

2 years 前 | 0

| 已接受