已回答
Replace FMU and reload it in the FMU block in Simulink
You can try the below commands to reset cache and path in MATLAB: rehash toolboxcache; rehash path; In your script you can us...

8 months 前 | 0

已回答
Does MATLAB still allow for the use of Property Inspector to edit axis labels?
Property Inspector works as intended in MATLAB R2023b. I am able to modify labels and ticks in a plot using Property Inspector. ...

8 months 前 | 0

| 已接受

已回答
Open/Edit docs stored on Microsoft Teams
If your use case allows it, I highly recommend bypassing authentication to perform read/write operations directly within the Sha...

8 months 前 | 0

已回答
Writing Hardware Drivers in Simulink -- Good Idea?
Hi @Brandon, you can try going through these resources to take a call on writing hardware drivers in Simulink: Device Drivers: ...

8 months 前 | 2

| 已接受

已回答
Cannot install Symbolic Math Toolbox.
You can purchase and download Symbolic Math Toolbox from here: https://www.mathworks.com/products/symbolic.html Contact MathWor...

8 months 前 | 0

已回答
Simulink FMI 3.0 Binary data
The error you're encountering arises because the MATLAB Function block does not support the FMUBinary data type. Consequently, w...

8 months 前 | 0

已回答
FMU export and import
Input and Output of FMUs are determined by the FMU file. The "Input/Output" panel here is used to configure bus object names for...

8 months 前 | 0

已回答
FMU as Grey box
Yes, it is possible to use an FMU as a grey-box model in a parameter estimation task. An FMU can be thought of as similar to a s...

8 months 前 | 0

已回答
How to preserve initial conditions of a model when compiling it as an FMU?
I tried exporting this example model of bouncing ball which has a second order integrator block and the output is used as input ...

8 months 前 | 0

已回答
How can I write Log messages from FMU exported from MATLAB/Simulink
Follow this issue thread which includes an implementation of custom FMU log messages, along with an example model and FMU to dem...

8 months 前 | 1

已回答
How can I export tunable parameters via FMI?
This is answered by MathWorks Support Staff in this post: https://www.mathworks.com/matlabcentral/answers/468256-how-to-include-...

8 months 前 | 0

已回答
simulink 如何封装成可脱离Matlab环境的可执行文件
Refer to this post from MathWorks Support Staff on generating an executable from a Simulink Model: https://www.mathworks.com/mat...

8 months 前 | 0

已回答
Is it possible to export Tool-coupling FMU from Simulink model with compiled MEX S function? [r2019b]
You can use S-Function Builder block. This allows you to integrate existing C/C++ code into Simulink. The S-Function Builder blo...

8 months 前 | 0

已回答
Looking for a workflow to create a .fmu model from my current Simulink model
To export a Simulink model as a Standalone FMU following the FMI standard, you can utilize one of the following methods: 1) Com...

8 months 前 | 0

已回答
after training network. unable to load network after restarting matlab. matlab version is 2021a
This warning typically arises when the network uses custom layers that are not on the path. Adding the customer layer(s) to MATL...

8 months 前 | 1

已回答
How to assess overfitting in training faster r-cnn by the "trainFasterRCNNObjectDetector" function, which can not set validation data.
Beginning with MATLAB R2021a, the documentation no longer lists these options as unsupported in the trainFasterRCNNObjectDetecto...

8 months 前 | 0

已回答
Warning when loading a trained RCNN Object Detector from a .mat file
It appears that a Faster R-CNN model trained in one version of MATLAB may not be compatible with another version. Here is anothe...

8 months 前 | 0

已回答
Warning below shows when i tray to load a trained RCNN Object Detector from a .mat file
I encountered the same issue while experimenting with the example Object Detection Using Faster R-CNN Deep Learning. After runni...

8 months 前 | 0

已回答
How I can access the action output of the actor network in DDPG during training?
You can use the function getAction which returns action from agent, actor or policy object given environment observations. You c...

8 months 前 | 0

已回答
I am using DDPG .If there are four network to algorithm (actor, target actor , critic , target critic) in algorithm, and if possible to use different learning rate to each?
Yes, you can use different learning rates for Actor and Critic by specifying them individually when setting up your training opt...

8 months 前 | 0

已回答
if we can use learn rate drop factor with adam optimizer in DDPG or not ?
The learning rate for training the actor or critic function approximator can be specified as a positive scalar by setting the Le...

8 months 前 | 0

已回答
Create a simulink model to plot the derivative of a step signal in a scope.
Here's the documentation of Step, Derivative and Scope blocks in Simulink. Connect the blocks in the order of Step, Derivative a...

8 months 前 | 0

已回答
How to keep only the header and source files after code generation ?
As far as I am aware there isn't a way to disallow code generation for files of a certain file type. You can use a custom script...

10 months 前 | 0

已回答
how to draw in scoop rectangle use block representing sequence in simulink matlab
Hello @Badre Dz, Follow the instructions to add blocks to a Simulink model as detailed here: https://www.mathworks.com/help/sim...

10 months 前 | 0

已回答
log in to my online account
Hello @Suleiman Try these below suggestions to log in to your MATLAB Online account: 1) Double check your credentials. Note th...

10 months 前 | 0

已回答
Printing the figure to PDF in vector format and not bitmap
Hello Aleksey, To print a figure to a PDF in vector format, please consider the following suggestions: 1. Specify the graphi...

10 months 前 | 0

已回答
Live Editor support for Visual Studio Code
Beginning with MATLAB R2024b, the new MATLAB Desktop introduces an option of saving MLX to M based live script. Settings can be ...

10 months 前 | 2

已回答
I am trying to install the comuunications toolbox librariy but it isn't working, what's the matter?
The error message you’re encountering is quite generic and can arise from various causes. Refer to these troubleshooting steps f...

10 months 前 | 0

已回答
export FMU of Supplier Blackbox Simulink model
As for your fundamental question, yes it is possible to export a Simulink model as a Standalone FMU. There are two ways to expor...

11 months 前 | 0

已回答
Fmu with “canBeInstantiatedOnlyOncePerProcess” = false
The canBeInstantiatedOnlyOncePerProcess flag in modelDescription.xml can be set to true or false for a Simulink model with fixed...

11 months 前 | 1

加载更多