Answered
eProsima Shapes Demo can't receive messages from Simulink generated Data Writer
In R2021b on a Windows computer, the generated .exe from the attached mdoel works with RTI ShapesDemo on my computer. This mode...

meer dan 2 jaar ago | 1

Answered
TLC and MEXW64 files for Code Generation
Use the following legacy_code option to generate TLC code for an s-function. legacy_code('sfcn_tlc_generate', specs) Use L...

meer dan 2 jaar ago | 0

| accepted

Answered
How to implement my Matlab generated C code in a secondary IDE?
https://www.mathworks.com/help/coder/ref/packngo.html

meer dan 2 jaar ago | 0

| accepted

Answered
eProsima Shapes Demo can't receive messages from Simulink generated Data Writer
This looks like a problem with the eProsima ShapesDemo. You should contact eProsima.

meer dan 2 jaar ago | 0

Answered
TLC and MEXW64 files for Code Generation
Your understanding is correct for TLC files and mexw64 files. Assuming you already have Simulink and Simulink Coder licenses,...

meer dan 2 jaar ago | 0

Answered
Simulink coder can not initialized internal array
Your legacy code created s-function is not correct. The input argument u1 is a scalar U16. When setting up the legacy code too...

meer dan 2 jaar ago | 0

Answered
Verbose build generated .log files can't be disabled?
As you stated, the "verbose build" option does not create log files... it simply displays extra information about the code gener...

meer dan 2 jaar ago | 0

| accepted

Answered
How to package generate code and header files on the basis of subsystems?
It is not possible to have the code for SubA and SubB be placed in 2 different subfolders. However it is possible to have the c...

meer dan 2 jaar ago | 0

Answered
Simulink Coder with a locked S-function
It depends on how the s-function was built. If the s-function was built as an "inlined" s-function, then a TLC file is required...

meer dan 2 jaar ago | 0

Answered
How do I create a binary for Linux with MATLAB Coder?
If you are running MATLAB from a linux machine, MATLAB Coder will compile and link the code into a LInux exe that you can run on...

meer dan 2 jaar ago | 2

| accepted

Answered
How do I make a copy of a C28x (TI C2000) block with a corrected .tlc file?
In general MathWorks does not provide C/C++ source code for S-Functions There is no way to deconstruct the .mexw64 file. The ....

meer dan 2 jaar ago | 0

Answered
How to generate RTW file programmatically?
slbuild() can be used to generate code for a subsystem: % open example model rtwdemo_rtwintro %generate code for subsystem ...

meer dan 2 jaar ago | 0

Answered
State transition table outputs printing in diagnostic viewer
Most likely this is due to a missing semicolon to terminate a MATLAB statement in your statechart.

meer dan 2 jaar ago | 0

Answered
Why can't I create a test harness on a subsystem in a reference subsystem?
Try opening the reference subsystem model directly. You should be able to then create a test harness on a subsystem inside that ...

meer dan 2 jaar ago | 0

Answered
Programatically set Inport/Outport Blocks as "Output as nonvirtual bus"
use find_mdlrefs() to get a list of all referenced models For each model, use find_system() to get a list of inports and outpor...

meer dan 2 jaar ago | 0

Answered
how to add static link library to S function
When compiling and linking your s-function using the mex command, you can provide optional argument -L to link to a library. Yo...

meer dan 2 jaar ago | 1

Answered
Combine subsystems in Simulink with continuous and discrete states
You can not set a different solver for each subsystem. The solver is defined at the model level and applies to all subsystems i...

meer dan 2 jaar ago | 0

| accepted

Answered
How can I export my app that was created in app designer which uses simulink model to an executable format?
You need to use Simulink Compiler as described here: https://www.mathworks.com/help/slcompiler/ug/deploy-a-simulation-with-simu...

meer dan 2 jaar ago | 0

Answered
Having trouble compiling a C code.
You need to provide both the mex C source code and your source code to the mex function: mex disloc_mex.c disloc.c Thanks....

bijna 3 jaar ago | 0

Answered
How to use IDL sequences in Simulink DDS Blockset
Unfortunately, the DDS Blockset does not fully support sequences. Simulink will treat a sequence as a fixed length vector. The ...

bijna 3 jaar ago | 0

Answered
What is the best way to distribute a custom simulink library using C++ S-Function blocks to multiple users? Preferably using some form of CI/CD pipeline
Write a MATLAB script that Uses the mex() function to compile and link source code for each S-function into a mex function ( y...

bijna 3 jaar ago | 0

| accepted

Answered
Using mcc with simulink.
You should be using Simulink Compiler to compile and deploy a Simulink model. Simulink Compiler

bijna 3 jaar ago | 0

Answered
Error Updating Model Reference SIM Targets (an error occured during the call to make)
The error is coming from the mingw compiler that Simulink is using to compile/link the code generated from model "machine". Do ...

bijna 3 jaar ago | 0

| accepted

Answered
How to use C Caller block with C code having multiple functions ?
The C Caller block can only call one function. You can either use a seperate C-Caller block for each function, or write a wrapp...

bijna 3 jaar ago | 0

| accepted

Answered
Simulink intermittently hangs after return from mdlStart() in call to external C++ sfunction
Comment out or remove your S-Function block to determine if your s-function causes the hang. If it does, then you could try to ...

bijna 3 jaar ago | 0

Answered
"Generate Code Only" throws error for MATLAB block in Simulink
Code is always generated from MATLAB Function blocks and compiled into a mex function, even if you select the "Generate code onl...

bijna 3 jaar ago | 0

Answered
How to dynamically change the Mask dialog box in Simulink
I am assuming the code you provided is from the "Initialization" tab? You could try putting the same code in the "callback" for...

ongeveer 3 jaar ago | 1

| accepted

Answered
Supress Simulink Prj open dialog
Delete the mcArch_01_prj.prj file and the hidden folder .SimulinkProject

ongeveer 3 jaar ago | 1

| accepted

Answered
Reset timer to zero after leaving a state with a transition action
There is no way to reset the simulation time. The approach you are using, which is to get simulation time when the state transi...

ongeveer 3 jaar ago | 0

| accepted

Answered
How do you test a neural network
https://www.mathworks.com/help/stats/assess-regression-neural-network-performance.html

meer dan 3 jaar ago | 0

Load more