Answered
How to get standard error bars in the weights of neural network model predictions
Obtaining standard error bars for the weights of a neural network model to indicate confidence intervals or uncertainty in predi...

2 months ago | 0

Answered
Time Bandwidth product of Rectangular Waveform is greater than 1
Hi Sanwal, I understand that you are facing issues with the Pulse waveform analyzer, The time-bandwidth product of a signal is ...

2 months ago | 0

Answered
how can I plot a velocity time graph for the diffusion of a fluid at a particular grid cell?
I understand that you want to plot velocity-time graph for diffusion of a fluid at a particular grid cell, in order to do that y...

2 months ago | 0

Answered
simulation of wind_solar_electrolyzer _fuel cell system
Hi Banne, I understand that you are getting a bunch of errors while compiling your Simulink model, the error messages indicat...

2 months ago | 0

Answered
Training a DDPG agent for MIMO system
Hi Tanuja, I understand that you want to train a DDPG agent for MIMO system but the action values you are getting are always o...

2 months ago | 0

Answered
Undefined function error for readDistance function within GUI editor
Hi Marisa, I understand that you are unable to use the function “readDistance()” with an Arduino and HC - SR04 ultrasonic se...

2 months ago | 0

Answered
I have 10957 data of 30 years of temperature for day. I need determinate of intervalo of confidence for each month. I tried but i don't understand function bootci.
Hi, I understand that you have temperature data of 30 years and want to determine confidence interval of each month. To determ...

2 months ago | 0

Answered
Embedding category data for LSTM network
I understand that you have categorical data that you want to input into an LSTM network with 32 dimensions. To achieve this, you...

2 months ago | 1

Answered
Why does my uivhat produce table completely full of NaNs?
Hi, I understand that you have a dataset called "uiv". However, when you apply the "fft" function to it, the resulting matrix i...

2 months ago | 0

Answered
How to export plots from different simulink projects with the same time format?
Hi, I understand that you want to generate same size output in a given amount of time from different Simulink models. In Simul...

2 months ago | 0

Answered
How to encode signals of different data types stored in a bus object as an array of uint8 elements to send via UDP ethernet communication with DSPace?
I understand that you want to convert the bus object into a single array of int8 elements. You can use a combination of “MATLAB...

2 months ago | 0

Answered
How can I use the voltage values taken from the electrical panel as a voltage source in Matlab?
Hey, According to my understanding you have some data in excel file which you want to use as an input to AC voltage Source. In...

2 months ago | 0

Answered
Response of a SDOF damped system subjected to harmonic base excitation
It seems that you're trying to plot the transmissibility (T_d) as a function of the frequency ratio (r) for a single degree of f...

2 months ago | 0

Answered
Load a Previously Trained Agent into a Simulink Reinforcement Learning Model to start training again in MATLAB 2021a
Hi Julian, I understand that you have a pretrained RL DDPG agent and you want to load that agent in MATLAB, when you load a pr...

2 months ago | 1

Answered
Optimize RL Agent for a DC-Motor Speed control
Hi Franz, I understand that you want to replace the PI controller with an RL (Reinforcement Learning) agent and would like to i...

2 months ago | 0

Answered
Is it possible to modify the detectCheckerBoard-function to detect all edge points?
Hi Matthias Ernst, I understand that you want to detect edges in a checkered image which is not rectangular. The “detectChecker...

2 months ago | 0

Answered
Neural Clustering Tool Testing Output
Hi Sydney, To obtain and analyze the output matrix for your test data in a Self-Organizing Map (SOM) in MATLAB 2020b, follow th...

2 months ago | 0

Answered
Reinforcement Learning Implementation using DQN
To implement a Deep Q-Network (DQN) agent for reinforcement learning in the latest versions of MATLAB, you can leverage the Rein...

2 months ago | 0

Answered
can an example is provided to use Attention mechanism in time series sequence data? and also how to use it with LSTM?.
Hi, You can create a custom deep learning layer, then add it to your LSTM network and use trainnet to train the LSTM with atten...

2 months ago | 0

Answered
Data generation using Homogenous Poisson Point Process
To generate the locations (x, y) of 100 nodes within a radius of 1 kilometer using a Homogeneous Poisson Point Process (HPPP) wi...

2 months ago | 0

Answered
Issues on the translation of MATLAB machine learning model to Python
When translating machine learning models from MATLAB to Python, there are several factors that can lead to differences in perfor...

2 months ago | 0

Answered
Dimension reduction for logical arrays
Principal Component Analysis (PCA) can be a powerful tool for dimensionality reduction and visualization, but applying it correc...

2 months ago | 0

Answered
How to fix unrecognized function of variable allshifts?
Hello Dejah If you're encountering the error message "unrecognized function or variable 'allshifts'", it means that MATLAB is u...

2 months ago | 0

Answered
Why am I getting the incorrect test result for this section of the deep learning onramp?
Hi Manish, You need to delete the "loss3-classifier" layer and add a new fullyConnected layer from Convolution and Fully Connec...

2 months ago | 0

Answered
Encountering errors while training my own data using pointpillar documentation from matlab
Hi Gaurav, The error you're encountering indicates a size mismatch in the inputs to the 'concatenate' layer in your PointPillar...

2 months ago | 0

Answered
Reinforcement Learning Implementation in Matlab
Hi Vartika, You can take a look at the below example: https://www.mathworks.com/help/reinforcement-learning/ug/train-q-learning...

2 months ago | 0

Answered
forecasting in regression learner
Hi roberto, You will need to use the "predict" function in a loop to forecast steps in regression learner. Below is the example...

2 months ago | 0

Answered
Save table row into a vector in appdesigner
I understand that you want to push data from your table rows to a vector whenever the value changes in table. I want to inform...

3 months ago | 0

Answered
How do I create and use class constructors with app-wide scope in App Designer?
I understand that you trying to create and use class constructor in App Designer. In your app, create a new class file in the ...

3 months ago | 0

Answered
pde-bvp in MATLAB?
To solve a boundary value problem (BVP) for a partial differential equation (PDE) in MATLAB, you can use the pdepe function. Alt...

3 months ago | 0

Load more