Richard McCormack - MATLAB Central
photo

Richard McCormack

Last seen: ungefär 2 månader ago Active since 2022

Followers: 0   Following: 0

Statistics

All
MATLAB AnswersCodyFrom 05/22 to 04/25Use left and right arrows to move selectionFrom 05/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
5 Answers

Cody

0 Problems
2 Solutions

RANK
2 868
of 298 247

REPUTATION
20

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20 553

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
77 167
of 160 685

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • Solver
  • First Answer

View badges

Feeds

View by

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

11 månader ago | 0

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

mer än ett år ago | 1

| accepted

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

mer än ett år ago | 1

| accepted

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

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

nästan 3 år ago | 0

| accepted

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

nästan 3 år ago | 0

| accepted