Feeds
已回答
Error using rmdir when trying to remove folder
I am using MATLAB R2021b Update 2. I am facing the same issue in the file matlab.io.datastore.mixin.RemoteToLocalFile ...
Error using rmdir when trying to remove folder
I am using MATLAB R2021b Update 2. I am facing the same issue in the file matlab.io.datastore.mixin.RemoteToLocalFile ...
3 years 前 | 0
提问
Pass MATLAB Structure from Java to MATLAB
Hello, I am working with the Java external language interface [1] in MATLAB R2021b Update 2. In detail, I am creating a MATLA...
3 years 前 | 1 个回答 | 0
1
个回答提问
Custom data types for S-function parameters
Hello, I would like to use a custom data type (Simulink.Bus object) for a S-function paramter in a custom S-function. The docum...
4 years 前 | 1 个回答 | 0
1
个回答提问
Create non-default constructor
Hi, I am generation a C++ class from a Simulink model using Embedded coder. Therefore, I set the corresponding parameter code i...
4 years 前 | 0 个回答 | 0
0
个回答提问
Parameter arguments with a non-Auto storage class are not supported for C++ code generation with a C++ class code interface.
The documentation says that parameter arguments with a non-Auto storage class are not supported for C++ code generation with a C...
4 years 前 | 0 个回答 | 0
0
个回答提问
Linearization of custom block functionality.
Simulink offers several blocks to implement custom block functionality: MATLAB Function MATLAB System Level-2 MATLAB S-functi...
5 years 前 | 0 个回答 | 0
0
个回答已回答
Why does the Embedded Coder (C++) create static parameter structures and how to avoid it?
I discovered the same issue between R2018b and R2019a. My question on MATLAB Answers can be found here. Unfortunately, ther...
Why does the Embedded Coder (C++) create static parameter structures and how to avoid it?
I discovered the same issue between R2018b and R2019a. My question on MATLAB Answers can be found here. Unfortunately, ther...
5 years 前 | 1
| 已接受
已回答
Model block cannot be under a non-trivial mask since the model it references has grouped model arguments.
The issue happens if the Simulink.Parameter object has a Storage Class other than Auto. By changing it to myParam = Simulink.Pa...
Model block cannot be under a non-trivial mask since the model it references has grouped model arguments.
The issue happens if the Simulink.Parameter object has a Storage Class other than Auto. By changing it to myParam = Simulink.Pa...
5 years 前 | 0
| 已接受
提问
Model block cannot be under a non-trivial mask since the model it references has grouped model arguments.
Hello, I have created a model with model arguments, which are grouped into a structure using a Simulink.Parameter object and a ...
5 years 前 | 1 个回答 | 0
1
个回答已回答
My model reference block in Simulink does not accept signals of more than one component. Why?
The reason might be that model reference blocks are context-independent according to Capabilities of Model Components. I think ...
My model reference block in Simulink does not accept signals of more than one component. Why?
The reason might be that model reference blocks are context-independent according to Capabilities of Model Components. I think ...
5 years 前 | 0
提问
Non-static tunable parameters in C++ class code generation.
Hello, I use Simulink Coder and Embedded Coder to auto-generate a C++ class from a Simulink model. The Simulink model contains ...
5 years 前 | 1 个回答 | 5
1
个回答已回答
matlab2018b problem with microsoft visual C++ 2017 v15.0
The issue seems to be resolved with MATLAB R2019a (Update 1).
matlab2018b problem with microsoft visual C++ 2017 v15.0
The issue seems to be resolved with MATLAB R2019a (Update 1).
5 years 前 | 0
提问
Multi-line comment style in rtwbuild code generation.
I am using Simulink/Embedded Coder to generate C++ code from MATLAB functions in MATLAB R2018a. I have observed that multi-line...
5 years 前 | 0 个回答 | 0