Community Profile

photo

Richard McCormack

Last seen: 4 Monate vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

All
  • Knowledgeable Level 2
  • Solver
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

4 Monate vor | 1

| akzeptiert

Beantwortet
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...

8 Monate vor | 1

| akzeptiert

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

10 Monate vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10 Monate vor

Beantwortet
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...

fast 2 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 2 Jahre vor | 0

| akzeptiert