Réponse apportée
C Union data type in Matlab/Simulink
You are correct that Simulink does not support unions. If you plan to use only one of the union-ed fields in your Simulink mode...

presque 4 ans il y a | 0

Réponse apportée
How do I access STM32 HAL headers in Simulink S-Function-Builder?
What is the purpose of the C Coder you are trying to integrate with S-Function Builder? The purpose of S-Function builder is to...

presque 4 ans il y a | 1

Réponse apportée
Simulink to DLL compatiable with TRNSYS
By default grt.tlc generates non-resuable code. In <model>.c you will note global variables for holding state information. To ...

presque 4 ans il y a | 0

Réponse apportée
MATLAB cannot find CMake on Ubuntu 20.04
Is R2021b or R2022a an option? We began shipping cmake with MATLAB in those releases so there is no need to install cmake separ...

presque 4 ans il y a | 0

Réponse apportée
Is Stateflow's temporal logic compatible with embedded coder?
Temporal logic in Stateflow is fully supported for code generation with Embedded Coder. Thanks. Mark.

presque 4 ans il y a | 0

| A accepté

Réponse apportée
app designer interface with simulink
This link provides steps for linking App Designer UI to Simulink: https://www.mathworks.com/matlabcentral/answers/1659870-app-d...

environ 4 ans il y a | 0

Réponse apportée
Delete Specific Simulink Block in a Linked Subsystem using m-script (MATLAB)
You have 2 options. if you want to delete the block for all instances of the subsystem, the you should open the simulink libr...

environ 4 ans il y a | 0

Réponse apportée
More efficient equivalent to while looping block in Simulink
You could try a MATLAB Function block and implement the logic in MATLAB.

environ 4 ans il y a | 0

Réponse apportée
Two way communication between Simulink and Raspberry Pi
You can use the UDP block in Simulink to do this: https://www.mathworks.com/help/ecoder/ref/udpsend.html#:~:text=Embedded%20C...

environ 4 ans il y a | 0

Réponse apportée
Is it possible to compile Matlab GUI(GUIDE) who uses a Simulink model to an .exe?
You can do this with Simulink Compiler and App Designer: https://www.mathworks.com/help/slcompiler/ug/deploy-a-simulation-wit...

environ 4 ans il y a | 1

Réponse apportée
Size mismatch in Simulink for element wise multiplication
the problem is that the sizes of the matrices to the times() function are not the same. dot(x_mag,m_sup) is 1x2 while m_sup is ...

environ 4 ans il y a | 0

| A accepté

Réponse apportée
Variant subsystem based on input parameters
Here are various examples of selecting a variant subsystem based on a mask parameter: https://www.mathworks.com/help/simulink/u...

environ 4 ans il y a | 0

| A accepté

Réponse apportée
Problem with variable-size signals (Simulink)
use coder.varsize() in the ML Function block to define the variable temperature as variable length you should be able to feed ...

environ 4 ans il y a | 0

Réponse apportée
Simulink: programmatically find all blocks of a certain kind
find_system() is designed for this. https://www.mathworks.com/help/simulink/slref/find_system.html

environ 4 ans il y a | 0

Réponse apportée
question about blocks name
To get the library block path, you can hover over the block in the Library Browser. Alternatively, you can open the library mode...

environ 4 ans il y a | 0

A résolu


Code breaker, Part III: Operation Xiangliu
You have been tasked with decoding several batches of coded messages that have been intercepted. Based on previous intellig...

environ 4 ans il y a

Réponse apportée
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...

environ 4 ans il y a | 1

Réponse apportée
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...

environ 4 ans il y a | 0

| A accepté

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

environ 4 ans il y a | 0

| A accepté

Réponse apportée
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.

environ 4 ans il y a | 0

Réponse apportée
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,...

environ 4 ans il y a | 0

Réponse apportée
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...

environ 4 ans il y a | 0

Réponse apportée
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...

environ 4 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 4 ans il y a | 0

Réponse apportée
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...

environ 4 ans il y a | 0

Réponse apportée
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...

environ 4 ans il y a | 2

| A accepté

Réponse apportée
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 ....

environ 4 ans il y a | 0

Réponse apportée
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 ...

environ 4 ans il y a | 0

A résolu


Code breaker, Part II: Operation Orthos
You have been tasked with decoding several batches of coded messages that have been intercepted. Based on previous intellig...

environ 4 ans il y a

A résolu


Scrabble Scores - 13
This problem integrates components of <https://www.mathworks.com/matlabcentral/cody/problems/3084-scrabble-scores-11 Scrabble Sc...

environ 4 ans il y a

Charger plus