已回答
Confidence intervals in QQplot
To include confidence intervals in a Q-Q plot for a distribution fit, you can follow these steps. MATLAB's qqplot function doesn...

15 days 前 | 0

已回答
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...

15 days 前 | 0

已回答
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 ...

16 days 前 | 0

已回答
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...

16 days 前 | 0

已回答
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...

16 days 前 | 0

已回答
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...

16 days 前 | 0

已回答
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...

16 days 前 | 0

已回答
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...

16 days 前 | 0

已回答
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...

17 days 前 | 0

已回答
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...

17 days 前 | 0

已回答
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...

17 days 前 | 0

已回答
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...

17 days 前 | 0

已回答
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...

17 days 前 | 0

已回答
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...

21 days 前 | 0

已回答
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...

21 days 前 | 1

已回答
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...

21 days 前 | 0

已回答
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...

21 days 前 | 0

已回答
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...

21 days 前 | 0

已回答
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...

21 days 前 | 0

已回答
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...

22 days 前 | 0

已回答
Import voxceleb dataset into matlab
Hi Renisha, You can use the following functions from matlab to import voxceleb dataset. audioread: https://www.mathworks.com/h...

22 days 前 | 0

已回答
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...

22 days 前 | 0

已回答
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...

22 days 前 | 0

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

22 days 前 | 0

已回答
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...

24 days 前 | 0

已回答
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...

24 days 前 | 0

已回答
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...

24 days 前 | 0

已回答
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...

24 days 前 | 0

已回答
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...

24 days 前 | 0

已回答
training network plot accuracy intead of rmse
To plot accuracy instead of RMSE in the training progress graph when using trainNetwork with LSTM for a classification task, you...

27 days 前 | 0

加载更多