Risposto
I am getting below error while doing ctrl+d of one model
Sometimes parallel builds masks a particular model problem. Turn off parallel builds by going to configuration parameters .. Mo...

oltre un anno fa | 0

Risposto
Is it possible to assign the size of an input port to variables instead of fixed constants?
https://www.mathworks.com/help/simulink/ug/unbounded-variable-size-signals.html#

oltre un anno fa | 0

| accettato

Risposto
Embedded coder: Code generation data types
This can be accomplished by picking a 64 bit custom processor on the Hardware tab. See attached model.

oltre un anno fa | 0

| accettato

Risposto
Why no output file from standalone Simulink Coder executable?
When running a .exe created from Simulink, there is no such thing as a "workspace" for the code to write to. You need to use a ...

oltre un anno fa | 0

Risposto
why i am recieve this error message when i am trying to generate the code ?
DId you follow the recommendations and either move to a directory without spaces or switch to a different compiler?

oltre un anno fa | 0

Risposto
Utilize simulink generated code
You could try Simulink Compiler. https://www.mathworks.com/products/simulink-compiler.html

oltre un anno fa | 0

Risposto
Can i burn a C code on ARM boards in simulink?
Yes, this can be done with the one of the ARM support packages. https://www.mathworks.com/hardware-support/arm.html?s_tid=srcht...

oltre un anno fa | 0

Risposto
How to compile C2000 driverlib calls into an S function
S-Function builder assumes that you want to use the external C code for both Simulink simulation and code generation. For simula...

oltre un anno fa | 0

Risposto
Simulink DDS Blockset: problem with sequence <string> in topic
Sequences ( i.e. variable length vectors) are not currently supported by the DDS Blockset for any Simulink data type. In addit...

oltre un anno fa | 1

| accettato

Risposto
LibSystemOutputCustomCode() return function inlining error
This block should allow you to insert code into the step() function: https://www.mathworks.com/help/ecoder/ref/systemupdate.html...

oltre un anno fa | 0

Risposto
How to create a .dll from a .slx?
Do you get any error messages? Make sure you don't have the "generate code only" box checked. Thanks. Mark.

oltre un anno fa | 0

Risposto
Overwriting default mex compiler flags via Simulink C-Caller block
One approach you could try is to compile your external C++14 code into it's own library outside of MATLAB/Simulink using g++ wit...

oltre un anno fa | 0

Risposto
MATLAB Coder - generate code but build separately?
The con for this approach is that you may have to adjust your build process if the names of .c or .h files change due to changes...

oltre un anno fa | 0

| accettato

Risposto
wANTED TO GENERATE C CODE OF SIMULINK
This looks like a code generation error for the GPIO block. I recommend sending Simulink model and error message to support@mat...

quasi 2 anni fa | 0

Risposto
Best way to wrap C++ library to be used in MATLAB, Simulink, and others?
For both Simulink and MATLAB, it is easiest to first compile your C++ code into a library, then use the following approaches for...

quasi 2 anni fa | 1

| accettato

Risposto
Warning: Name is nonexistent or not a directory in code generation
Did you enter info in the "Include Headers", "Include directories" and "Source Files" sections of the custom code dialog? In Th...

quasi 2 anni fa | 1

Risposto
SIL testing with user defined function.
You need to add the function prototype for _mm_loadu_pd to your user defined C file ( or a #include to a header file that define...

quasi 2 anni fa | 0

Risposto
Simulink Switch Block Input Calculation
Embedded coder attempts to pull upstream calculations inside the if-then C++ code generated for a switch block. However, to ens...

quasi 2 anni fa | 0

| accettato

Risposto
Define global variables for MATLAB function usage within Simulink for Embedded Code
Did you follow the steps as described here? https://www.mathworks.com/help/simulink/ug/using-global-data-with-the-matlab-functi...

quasi 2 anni fa | 0

Risposto
How can I avoid function duplication in code generation?
You need to move your code from the Start() TLC function to the BlockTypeSetup() TLC function. The BlockTypeSetup() TLC functio...

quasi 2 anni fa | 0

Risposto
I have generated C code using embedded coder but few files are missing in the folder e.g. math.h
Use the "Package code and artifacts" configuration open to run the PackNGo tool that will identify all needed source and header ...

quasi 2 anni fa | 0

Risposto
How to open matlab project (.proj) in the background using -batch command from bash?
use openProject() function to do this. https://www.mathworks.com/help/matlab/ref/openproject.html

quasi 2 anni fa | 0

Risposto
simulink unable to pace at specified rate
Accelerator and rapid accelerator modes can be used to increase the simulation speed, but these options are not likely to get yo...

quasi 2 anni fa | 1

Risposto
Run Simulink R2014b model in R2022b version
Theoretically you can open a model from an older release and it should open and run. The upgrade advisor https://www.mathworks....

quasi 2 anni fa | 0

Risposto
Share a state variable between 2 masked S-Function
It is not possible to have an S-Function update the value of data dictionary value. See this link for approaches you can take...

quasi 2 anni fa | 0

| accettato

Risposto
How to return array from imported C++ code in C function block in Simulink?
Why is your C++ code deailing with mxarray? The whole point of the C Function block is that behind the scenes it will generate ...

quasi 2 anni fa | 0

Risposto
How to find enumeration usage in simulink model
I believe the dependency analysis feature of SImulink Projects will do this for you. You will first have to set up a Simulink P...

circa 2 anni fa | 0

| accettato

Risposto
How to connect Raspberry Pi to DAC MCP 4921 using SPI Simulink blocks?
Would you want to use the SPI Read/Write/Master blocks to communicate with this external device, similar to this example that us...

circa 2 anni fa | 1

Risposto
TI C2000 F28379D support package: Mathworks implementation of IPC and how to interface with hand-code ?
Rather than trying to write the IPC code for your hand-written application, a better approach might be to creaet a Simuilnk mode...

circa 2 anni fa | 0

Risposto
Converting Aerospace blockset's Gyro model to a C code with Simulink Coder
Integrating generated code from a Simulink model into another application is fairly simple. When you generate code for your sim...

circa 2 anni fa | 1

Carica altro