Réponse apportée
how to give output of a simulink circuit as input to transfer function to see the output?
Hi Manaswini, You can use the 'Transfer Fcn' block in Simulink to visualize the system's response based on the output of the Si...

6 mois il y a | 0

Réponse apportée
How to initialize Sympy python function in Simulink
Hi Ondrej, To avoid the repeated initialization of your Python function within the Simulink model, you can use persistent varia...

6 mois il y a | 0

| A accepté

Réponse apportée
Issue about Autoencoder Network Architecture
Hi jiajun, As per my understanding, the output from your autoencoder is negative even after setting the encoder and decoder tr...

8 mois il y a | 0

Réponse apportée
Error during creation of standalon application
Hi Bence, As per my understanding, the warnings indicate that your script is using a function 'transp' which is not permitted t...

8 mois il y a | 0

Réponse apportée
Hello! How can i solve optimization problem with MATLAB?
Hi Shadab, As per my understanding you want to solve the optimization problem using Lagrange Multiplier method. You can solve ...

8 mois il y a | 0

Réponse apportée
How to use four Gaussian process regression trained machine learning models as objective functions in multiobjective optimization?
Hi Saurabh, As per my understanding you want to use four trained Gaussian process regression models with six input variables as...

8 mois il y a | 0

| A accepté

Réponse apportée
How do I resolve the horzcat and linearArray Error?
Hi Deandra, As per my understanding, the error you are encountering is due to an attempt to concatenate objects of different ty...

8 mois il y a | 0

Réponse apportée
Define Custom Deep Learning Layer to compute the amplitude of a complex number
Hi Mo, As per my understanding, you are defining a custom Deep Learning (DL) layer to compute the amplitude of a complex numbe...

9 mois il y a | 0

Réponse apportée
Explicit equation did not give the result same as the output value obtained from ANN model
Hi Shing Mei Chiew, As per my understanding you are getting different output for your data through explicit equations for your...

9 mois il y a | 0

| A accepté

Réponse apportée
Regress out a variable using stepwiselm?
Hi Michaela, I understand that you want to fit a linear model to your data that predicts the response variable from the predic...

9 mois il y a | 0

| A accepté

Réponse apportée
How to stop the display of objective function model calculation and the graphs when using GP
Hi Telema, As per my understanding you would like to stop the display of objective function model calculation and the graphs. ...

9 mois il y a | 0

| A accepté

Réponse apportée
Invalid workspace variable specified as workspace input in 'RangeEstimation_Simulink/From Workspace'. Time values must be non-decreasing.
Hi Sahil, As per my understanding, the error message you have encountered, "Invalid workspace variable specified as workspace ...

10 mois il y a | 0

Réponse apportée
what is neural network sim function?
Hi Wang, As per my understanding, the neural network analytical equations are not giving you the same result as through “sim” ...

10 mois il y a | 0

Réponse apportée
I get error when I want to define an environment for DQN, that is related to RL observation.
Hi Armin, As per my understanding you are getting the error because of the incorrect definition of "Agent Block Paths". For a...

10 mois il y a | 0

Réponse apportée
measured voltage of phase to phase voltage
Hi Maya, As per my understanding, you want to know the reason for the three phase-to-phase voltages being different. The reas...

10 mois il y a | 0

Réponse apportée
In DDPG algorithm to control Vehicle HVAC system, the agent is not able to start its traning. No error or no termination.
Hi Konguvel, As per my understanding the training process for your RL model keeps executing without any updates or any errors....

10 mois il y a | 0

Réponse apportée
How to got the M.file of Ego vechicles & Environment in Train Multiple Agents for Path Following Control?
Hi Maha, As per my understanding you want to obtain and modify the MATLAB script related to the “Train Multiple Agents for Pa...

10 mois il y a | 0

Réponse apportée
Algorithm/Optimization to alter initial Matrix until new condition is met?
Hi Matthew, As per my understanding, you want to find a new matrix ‘B’ that satisfies the matrix multiplication equation: 'new...

10 mois il y a | 0

Réponse apportée
How to live plot Simulink data, and generate sound for specific ranges of y-values?
Hi Alex Kennedy, As per my understanding, you can achieve this by using real-time plotting in Simulink and using audio signals...

11 mois il y a | 0

Réponse apportée
Missing patch face color of the plot at its original size
Hi jolnoo, As per my understanding this issue may be due to the renderer used by MATLAB to display the figures. MATLAB has sev...

11 mois il y a | 0

Réponse apportée
How can I solve the NaN error during RL training process
Hi Adithya Ramakrishna Lingadahalli, As per my understanding, your RL agent occasionally encounters an error during training d...

11 mois il y a | 0

Réponse apportée
Scope print to figure. Problem with resolution
Hi Jae wook Oh, As per my understanding the issue you're experiencing is common when using the 'Print to Figure' feature in Sim...

11 mois il y a | 0

Réponse apportée
HOW TO CALCULATE AUROC VALUE FOR ANY CLASSIFICATION MODEL?
Hi Tholkappian R, As per my understanding you have trained your SVM classification model and want to compute the AUROC value ...

11 mois il y a | 0

| A accepté

Réponse apportée
Grid World on Simulink
Hi GCats, As per my understanding the grid World Environment is not already available in Simulink. However, since this environ...

11 mois il y a | 0

Réponse apportée
How can I store the trained model and call and output the best action value during the test
Hi 蔷蔷 汪, As per my understanding, you want to know about the process of storing a trained RL agent and using the best action l...

11 mois il y a | 0

Réponse apportée
Can I add the condition on State in Reinforcement learning environment?
Hi Hyoung-Taek Lee, As per my understanding you want to impose a custom condition on the states defined in your code. However,...

11 mois il y a | 0

Réponse apportée
找不到例程带的模型
Hi xin li , As per my understanding, the example mentioned in the following documentation https://in.mathworks.com/help/deep...

11 mois il y a | 0

Réponse apportée
[lmivar, lmiterm]: How to define type 2 decision variables inside other type 3 variables with lmivar and lmiterm when it includes products with other matrices?
Hi Daam Schoon, As per my understanding only the decision variables are defined using the ‘lmivar’ function. The decision vari...

11 mois il y a | 0

Réponse apportée
rlVectorQValueFunction with a custom Network for a DPQ agent
Hi Delprat Sebastien, The error as shown by you arises due to the fact that the environment has more than one observations. A ...

environ un an il y a | 0

| A accepté

Réponse apportée
Reusing ConstraintDerivative from AD in fmincon
Hi Rory Gover, No, there is no way to reuse the ConstraintDerivative as the ‘solve’ function computes it internally and there i...

environ un an il y a | 0

Charger plus