답변 있음
Can students get SIMULINK Coder?
FYI, MATLAB Coder and Simulink Coder was just released for Student Version in R2016a. Check out the following link (scroll to th...

4년 초과 전 | 0

| 수락됨

답변 있음
how to combine ladder logicprogramming and simulink model
I realize that the question was asked some time ago, but answering as others may find it useful going forward. In R2019a, Simul...

거의 5년 전 | 1

답변 있음
Can a complex program in MatLab/Simulink be converted to ladder logic?
I realize that the question was asked quite some time ago, but answering as others may find it useful going forward. In R2019...

거의 5년 전 | 2

| 수락됨

답변 있음
MATLAB Coder: How do I setup the environment variables on ARM targets to point to the ARM Compute Library?
To avoid build failures on ARM hardware targets, such as the Raspberry Pi and Hikey960, you must set the necessary environment v...

거의 5년 전 | 3

| 수락됨

질문


MATLAB Coder: How do I setup the environment variables on ARM targets to point to the ARM Compute Library?
I see a few deep learning networks supported for code generation using MATLAB Coder: Deep Learning Networks and Layers Supporte...

거의 5년 전 | 답변 수: 3 | 0

3

답변

답변 있음
MATLAB Coder: How do I build the ARM Compute Library for Deep Learning C++ code generation and deployment?
Background To build and run generated C++ code for Deep Learning on an ARM hardware target, you must have the ARM Compute Libra...

거의 5년 전 | 4

| 수락됨

질문


MATLAB Coder: How do I build the ARM Compute Library for Deep Learning C++ code generation and deployment?
I see a few deep learning networks supported for code generation using MATLAB Coder: Deep Learning Networks and Layers Supporte...

거의 5년 전 | 답변 수: 1 | 2

1

답변

답변 있음
MATLAB Coder: How do I build the Intel MKL-DNN library for Deep Learning C++ code generation and deployment?
Note: The following applies to R2018b, R2019a, and R2019b releases of MATLAB Coder and MKL-DNN v0.14 as described here. For newe...

대략 5년 전 | 6

질문


MATLAB Coder: How do I build the Intel MKL-DNN library for Deep Learning C++ code generation and deployment?
I see a few deep learning networks supported for code generation using MATLAB Coder: Deep Learning Networks and Layers Supporte...

대략 5년 전 | 답변 수: 3 | 5

3

답변

답변 있음
How to download Matlab Coder trial version ?
Hi Deb, please get in contact with me at this link. I'll try to get this sorted out for you: https://www.mathworks.com/products...

대략 5년 전 | 0

| 수락됨

답변 있음
How can I deploy a 'SeriesNetwork' into C/C++ Code?
In R2018a, GPU Coder added support to generate C/C++ code from deep learning networks for Intel and ARM processors. Specifically...

5년 초과 전 | 1

답변 있음
Description from Inputs/Outputs as comment in generated Structured Text by the PLC-Coder?
Hi Nils, Unfortunately it's not possible to do this with the latest R2017b version of Simulink PLC Coder. I've captured your ...

6년 초과 전 | 0

답변 있음
How to deploy a Matlab app to iOS and Android?
One option is to use MATLAB Coder, which generates C code from your MATLAB algorithm. You can then integrate the generated C cod...

대략 7년 전 | 5

| 수락됨

답변 있음
"Not enough input arguments." with PLC Coder and the simplest model ever.
Try creating a subsystem with two inputs and one output, and then place the Bool variables outside the subsystem. You should be ...

대략 7년 전 | 0

답변 있음
Can I create PLC codes with variable-size arrays in the Simulink PLC Coder trial
Unfortunately Simulink PLC Coder does not support variable-size signals as outlined here: * <http://www.mathworks.com/help/pl...

거의 8년 전 | 0

답변 있음
Simulink and Matlab Coder inclusive in Student Version
FYI, MATLAB Coder and Simulink Coder was just released for Student Version in R2016a. Check out the following link (scroll to th...

대략 8년 전 | 2

| 수락됨

답변 있음
Where can I get Embedded Coder? Matlab 2011b?
While Embedded Coder isn't available for Student Version, MATLAB Coder and Simulink Coder was just released for Student Version ...

대략 8년 전 | 2

답변 있음
Does Matlab Student 2015b include Embedded Coder?
While Embedded Coder is not available for Student Version, MATLAB Coder and Simulink Coder was just released for Student Version...

대략 8년 전 | 0

| 수락됨

답변 있음
Matlab Coder simple .dll generation
You could try generating just source code, then use a compiler that works with Pharlab. Generating source code should exclude th...

대략 8년 전 | 0

답변 있음
Is a there a Coder Product (Embedded, Simulink,or Matlab) which supports version 2010SP1
If you have older versions of MATLAB prior to R2011a, you can look at Real-Time Workshop Embedded Coder to generate C code from ...

9년 초과 전 | 1

| 수락됨

답변 있음
Why can't I enable the "treat as atomic unit"? To use the PLC coder generator.
Hi Yunxiang, Which version of MATLAB/Simulink do you have? You may need to create a (virtual) subsystem around your enable...

9년 초과 전 | 0

답변 있음
Port MATLAB .m code to Objective C++
Hi Sven, Sorry about you not having heard from our sales team in over 2 weeks! I've contacted the account representative abou...

거의 10년 전 | 3

답변 있음
Removing cell arrays from code
That's correct, essentially, convert your cell arrays into structs and you'll be all set. So I'd use: mystrings(1).name = '...

대략 11년 전 | 0

답변 있음
Can Matlab Coder suport parallel computing toolbox
If you are going to run the application in MATLAB, you can consider creating MEX files for your application, and then deploy the...

대략 11년 전 | 0

답변 있음
PLC program by Simulink PLC Coder
PLC Coder generates structured text that is wrapped in an AOI (Addon Instruction) or a routine, which is then imported into RSLo...

11년 초과 전 | 0

답변 있음
PLC Coder ST generation
Hi Joe, In order to do that, you'd have to C code into Structured Text, and unfortunately it's not currently possible. C code...

11년 초과 전 | 0

답변 있음
Distributing MATLAB code to a company without a MATLAB lisence
As Walter mentioned, MATLAB Coder may be an option for you to pass along your MATLAB code as C code. You can find the list of su...

11년 초과 전 | 0

답변 있음
matrix inverse in plc coder
Hi Puneeth, I'm able to generate structured text from a Simulink model with a MATLAB Function block that uses inv(a). I'm usi...

거의 12년 전 | 0