photo

Drew Davis

MathWorks

Last seen: 3 jours il y a Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

0 Questions
55 Réponses

RANG
613
of 298 917

RÉPUTATION
126

CONTRIBUTIONS
0 Questions
55 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
7

RANG
 of 20 660

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 162 875

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Revival Level 1
  • Knowledgeable Level 4
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
PPO with CNN layer
The problem here is that the sequenceInputLayer aligns its size input with the “C” dimension. Therefore, when you specify the in...

12 mois il y a | 0

| A accepté

Réponse apportée
Reinforcement Learning with Parallel Computing
As of R2021a, the RL Toolbox does not support parallel training with RNN networks. You can still reuse your current experience ...

presque 4 ans il y a | 0

Réponse apportée
Deployment of a RL Agent
Hi Matthew The RL toolbox has a feature: generatePolicyFunction - which will generate a static MATLAB policy function from an R...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
Accelerator in MATLAB Reinforcement Learning Toolbox
The acceleration features of the DL Toolbox support packages (e.g. Jetson CPU support for Simulink Coder) will accelerate predic...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
States of the system and linearization
Simulink control design's linearize command will pretty much recognize states for all of Simulink's built-in block types/Simscap...

environ 4 ans il y a | 1

| A accepté

Réponse apportée
Internal problem happened during training DDPGagent
By default the Simulink environment leverages Simulink fast-restart feature. Some work needs to be done to ensure that the S-fun...

environ 5 ans il y a | 1

| A accepté

Réponse apportée
How to solve "Invalid input argument type or size such as observation, reward, isdone or loggedSignals." error? (Reinforcement Learning Toolbox)
In your reset function and step function change: LoggedSignal.State = {[Blocks];[Bintable]}; to LoggedSignal.State = {[Blocks...

presque 6 ans il y a | 0

| A accepté

Réponse apportée
Noise parameters in Reinforcement learning DDPG
Hi Surya It is fairly common to have Variance*sqrt(SampleTime) somewhere between 1 and 10% of your action range for Ornstein Uh...

presque 6 ans il y a | 3

| A accepté

Réponse apportée
How to create a storage tank with a "runoff limit" simulink?
Assuming you are trying to limit the amount of water that can be withdrawn, you can use the <http://www.mathworks.com/help/simul...

presque 10 ans il y a | 0

Réponse apportée
Converting Matlab 6.5 Level 2 S-Function to Matlab 2014b
The rtw/c/lib and rtw/c/libsrc directories have been removed since the R2008b installation therefore if you are including the h...

presque 10 ans il y a | 0

Réponse apportée
Is it possible to have a vector input to a Simulink if-statement block?
You can only apply scalars to the if port of action subsystems. Consider your example where you test: out1_of_if_block = u1...

presque 10 ans il y a | 1

| A accepté

Réponse apportée
Adjusting Transmission Power for QAM
If the amplitude of a symbol is |Si| then the power is proportional to the distance from the origin to the constellation point ...

presque 10 ans il y a | 0

Réponse apportée
How to avoid temporary variables when using a global signal/data store
Check out this <http://www.mathworks.com/help/releases/R2015a/rtw/ug/minimizing-computations-and-storage-for-intermediate-result...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
How can I handle a square wave input in a MATLAB function block?
Assuming you are using the <http://www.mathworks.com/help/simulink/slref/pulsegenerator.html pulse generator>, the default outpu...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
I need to find the destinations of a particular signal on a bus, I've downloaded myTraceSignal from FileExchange but still need help.
This should be a good place to start: l1 = find_system(bdroot , 'FindAll' , 'on' , 'type' , 'line' , 'Name' , '<my_line_name...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
The Algebraic Constraint block works in my continuous model but not in my discrete, why?
When using the algebraic constraint block you are introducing an algebraic loop into your model. The Simulink algebraic loop sol...

presque 10 ans il y a | 0

Réponse apportée
function alternatives in simulink
a) according to the documentation, if your images are stored as double arrays, you can use: abs(img1 - img2) instead of 'imab...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
Generating delays of the order of nano-seconds in MATLAB simulink
Sounds like you can do this with a <http://www.mathworks.com/help/simulink/slref/ratetransition.html rate transition block> and ...

presque 10 ans il y a | 0

Réponse apportée
Image will not stay as icons in block library
See this <http://www.mathworks.com/matlabcentral/answers/95329-why-does-the-icon-for-my-masked-subsystem-display-the-string-in-s...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
How can I feed a time schedule to appliances while using AC voltage source?
Use the <http://www.mathworks.com/help/physmod/simscape/ref/simulinkpsconverter.html "S to PS" block>

presque 10 ans il y a | 0

Réponse apportée
Arduino Uno with Motor Shield rev 3 GUI
See this <http://www.mathworks.com/help/supportpkg/arduinoio/examples/control-motors-using-adafruit-motor-shield-v2.html example...

presque 10 ans il y a | 0

Réponse apportée
M/M/∞ queue problem in matlab code
See this <http://www.mathworks.com/help/simevents/examples/m-m-1-queuing-system.html example>

presque 10 ans il y a | 0

| A accepté

Réponse apportée
update diagram (ctrl-D) fails due to missing bus signal, but the Bus Selector GUI finds the signal in the bus
See this <http://www.mathworks.com/matlabcentral/answers/99667-why-do-i-receive-an-error-message-on-bus-signals-when-initializin...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
Error: No. of variables exceed no. of equations (how to count variables)
It appears you are missing equations for the "M1" and "M2" variables. See this <http://www.mathworks.com/help/physmod/simscape/l...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
Why am I getting an I/O error when trying to upload Polyspace results to Polyspace Metrics?
Make sure the settings for the server configuration are properly configured <http://www.mathworks.com/help/polyspace_ada/poly...

presque 10 ans il y a | 0

Réponse apportée
Calculating the spectrum of Radially progressing sine wave(like a ripple) using fft2
Your code was not attached. Please see the documentation for <http://www.mathworks.com/help/matlab/ref/fft2.html fft2> and <http...

presque 10 ans il y a | 0

Réponse apportée
Can the Error for "Potential conflicting usages of identifier" be turned off?
See this <http://www.mathworks.com/matlabcentral/answers/196528-why-do-i-get-an-error-when-using-the-same-get-or-set-functions-f...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
I want to run a simulink model not in time but in distance domain.
Simulink simulated dynamic systems, therefore it runs in the time domain. In this <http://www.mathworks.com/matlabcentral/fileex...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
Unexpected Response when Welding Two Beams created in SimMechanics
According to the <http://www.mathworks.com/help/physmod/sm/mech/ref/weld.html documentation> you can only connect a weld joint b...

environ 10 ans il y a | 0

Réponse apportée
Trimming simulink models using findop/linear analysis tool
To determine the steady-state control input, you must ensure that your root level model has an input port feeding as an input in...

environ 10 ans il y a | 0

Charger plus