Statistics
RANK
101
of 258,243
REPUTATION
1,116
CONTRIBUTIONS
1 Question
580 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
178
RANK
222 of 17,800
REPUTATION
5,900
AVERAGE RATING
4.50
CONTRIBUTIONS
4 Files
DOWNLOADS
204
ALL TIME DOWNLOADS
54447
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
How can i use a DLNetwork type Neural Network from Matlab in Simulink?
Hello, You can use Simulink blocks that ship with Deep Learning Toolbox. Please take a look at Deep Learning with Simulink se...
5 months ago | 0
| accepted
Import a Neural Network trained in PyTorch in Simulink
Hi Marco, At the moment the direct import of PyTorch models into MATLAB (and Simulink) is not supported. You can try exportin...
6 months ago | 2
Link Simulink with Neural Network Toolbox
Please see Deep Learning with Simulink documentation page.
7 months ago | 0
Deep Learning Toolbox and Neural Network Toolbox
Neural Network Toolbox was renamed to Deep Learning Toolbox in 2018, so there is no separate license. The error message seems to...
7 months ago | 0
How to use LSTM based trained Recurrent Neural Network in Simulink?
Hi, We added a library of blocks to integrate deep learning networks into Simulink models starting with 20b. Support for LSTM ...
7 months ago | 0
Incorporate trained LSTM network in simulink
Hi, Starting with 21a you can use Stateful Predict and Stateful Clasiffy blocks. Take a look at this example too. Hope this h...
7 months ago | 0
It is possible to implement a LSTM neural network built with Keras Python in a Simulink block?
You can do it in two steps: Import a model into MATLAB. See this function for TensrFlow 2 or this function to import from Kera...
7 months ago | 0
How to deploy trained Faster RCNN object detector in Simulink
As of R2021b you can use Deep Learning Object Detector block in Computer Vision Toolbox. For mpre information please see Deep Le...
7 months ago | 0
Deep Learning and Simulink
Starting with R2020b you can use Image Classifier block that ships with Deep Learning Toolbox. For more information on how to u...
7 months ago | 0
| accepted
How can I deploy a trained LSTM net on simulink to classify new data?
Hi, We added a library of blocks to integrate deep learning networks into Simulink models starting with 20b. Support for LSTM ...
7 months ago | 0
How to export and use only the end product of a reinforcement learning algorithm ?
Hi there, To deploy trained RL agent you need to: Extract trained policy from RL agent. For that you use generatePolicyFunctio...
10 months ago | 1
| accepted
tfest with forcing stable poles
You can use EnforceStabilty option for tfestOptions: https://www.mathworks.com/help/ident/ref/tfestoptions.html
1 year ago | 0
| accepted
Control System Tuner error message : Tuning gains store as Simulink.Parameters is not supported
The gain value of your AVR_Gain block is defined by Simulink.Parameter. This is not supported by Control System Tuner. You can ...
1 year ago | 0
Error unrecognised function or Variable 'ss'
This question gets a lot of views, so summarizing the answer: this error is due to Control System Toolbox not being installed.
1 year ago | 1
How to use Simulink System Identification with Arbitrary I/O Data?
Are you trying to improve your PID? The IO data to collect should be the data from the plant, i,e, input to the plant and output...
1 year ago | 0
Why is Simulink giving different output for same transfer function but with different approach?
Impossible to say exactly without having access to your models. What transfer function did you calculate for H? What is the inpu...
1 year ago | 0
How to simulate continuous time EKF in simulink?
Hi there, The EKF itself is discrete-time, i.e., has to have discrete state transition and measurement functions, but the syst...
1 year ago | 0
pid tunning of mimo system
Please contact tech support for help with troubleshooting. Your code does not run without jac_direct.
1 year ago | 0
How to get the frequency response between two measurement points in simulink?
Hi, when you do frequency response estimation, the tool injects a sinestream signal into the model at the input and collects the...
1 year ago | 0
Livescript and Control System Toolbox
Thanks for the question, interactivity in Livescript controls plots is not supported yet.
1 year ago | 1
| accepted
Tuning two gains with constraint to have the same value
Hi, good question. There does not appear to be a way to enforce that two gains should be the same. It seems the original proble...
1 year ago | 0
PID tuner with feedback tf
No, there is no way to specify transfer function of other components. For PID Tuner, "Plant" is all system dynamics except for ...
1 year ago | 0
A proposal for ss of Control System Toolbox
Thanks for your proposal. Are you suggesting this to clarify the notation?
1 year ago | 0
a simple question about transfer function
sys=tf(1,[1 -1],-1,'Variable','z^-1'); %1/(1-z^-1); sys1=sys*sys*sys*sys; %1/(1-z^-1)^4; sys1.ts=0.1; %set sample time to 0.1 ...
1 year ago | 0
why I am getting error while tuning using control system tuner
We won't be able to provide a better answer without access to your model and a function. Can you please contact tech support?
1 year ago | 1
| accepted
PID Tuning - Velocity Form
Hi, can you provide the equation for the velocity form you are interested in using. If you can write it out, ou could write a sc...
1 year ago | 1
Matlab closed loop Autotuner PID with embedded coder
Hi Vindhyachal, Here are answers to your questions: 1. u+du : How it will be used here? Have you seen this doc page? It...
2 years ago | 0
How to generate the transfer function of a DC motor?
Starting in R2017b we are shipping capabilities for online tuning of PID controllers. The best way to do this is by using Cl...
3 years ago | 3
DC Motor: Why are Step Responses Different for Transfer Function & State Space?
It looks like the transfer function is from voltage to angle, while state-space is from voltage to angular rate (speed). If y...
3 years ago | 1
Start a Simulink simulation from operating point?
Please take a look at this page which provides an answer.
3 years ago | 0