photo

Udit06


Last seen: Today Actif depuis 2023

Followers: 0   Following: 0

Statistiques

All
  • Solver
  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to create your own Autoencoder?
Hi Lovro, You can refer to the following MATLAB answer which explains how to create an autoencoder in MATLAB using Deep Network...

19 minutes il y a | 0

Réponse apportée
Parameter estimation Grey-box modeling: Difference between 'lsqnonlin' / 'fmincon' / 'greyest'
Hi Verena, Each method uniquely addresses different modeling and optimization requirements. greyest is designed for linear gre...

environ une heure il y a | 0

Réponse apportée
How to compare two data sets in order to find hidden information and differentiate between them
Hi Jessie, You can use the frequency domain analysis to differentiate the two datasets that you have. This can help identify pe...

environ 2 heures il y a | 0

Réponse apportée
How to use Bag of features with inceptionv3?
You can refer to the following research paper for the same: https://arxiv.org/pdf/2105.04895 Lorente, Ò., Riera, I., & Rana, A...

environ 3 heures il y a | 0

Réponse apportée
How to solve, error using load. 'Unable to read data stream because the data contains a bad version or endian-key'?
Hi, A similar error is discussed in the following MATLAB answer. As suggested by Walter, you can try re-installing the support...

2 jours il y a | 0

A résolu


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

2 jours il y a

A résolu


Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input is n=4 th...

2 jours il y a

A résolu


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

2 jours il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2 jours il y a

Réponse apportée
how to choose the optimumize values of the training option
Hi, You can consider using Bayesian optimization in order to find optimal network parameters. Bayesian optimization is an algor...

2 jours il y a | 0

Réponse apportée
Statistical Analysis of lots of Parameters
Hi Huw, As per my understanding, you want to analyze multiple parameters in your data statistically. You can consider following...

3 jours il y a | 0

Réponse apportée
ERROR when used 'openExample('nnet/SequenceForecastingUsingDeepLearningExample')'
Hi, Generally, this type of error is shown when the example is introduced in a later version of MATLAB and you are using an old...

10 jours il y a | 0

Réponse apportée
How can I speed up GUI startup?
You can refer to the following MATLAB answer that provides detailed solution for issues related to slow startup: https://www.ma...

10 jours il y a | 0

Réponse apportée
Embed current date into URL (matlab)
Hi Yoni, If I run the code that you have given, I am getting the error as shown below: myrun = 00; % 00 06 12 18 mydate = 201...

10 jours il y a | 0

Réponse apportée
Getting Error in reading video file.
Hi, You can refer to the following two MATLAB answers that discusses a similar issue that you are facing: https://www.mathwork...

11 jours il y a | 0

Réponse apportée
Recognize images that are not recognized correctly
There are multiple ways through which you can achieve the same: 1) Using basic statistics to detect anomalies such us unusually...

11 jours il y a | 0

Réponse apportée
Matlab coder cannot find knnSearch function
Hi Michael, I was facing a similar issue in MATLAB R2023a. However, I was able to generate the C code in MATLAB R2024a. So, you...

11 jours il y a | 0

Réponse apportée
Landslide mapping from multi-sensor data through improved change detection principal component analysis (PCA), and independent component analysis (ICA)
Hi, You can refer to the following resources for details related to PCA and ICA on image data: https://www.mathworks.com/matla...

11 jours il y a | 0

Réponse apportée
Kernel parameter values of a Gaussian process regression (GPR) model using regression learner
Hi Miljan, You are getting the kernel parameters for only one model for "trainedModel.RegressionGP.KernelInformation" since the...

11 jours il y a | 0

Réponse apportée
How do you Remove the Table of Contents from Published Code?
Hi, Currently there is no direct way to remove the contents section from the published code. However, as a workaround, you can ...

environ 2 mois il y a | 0

| A accepté

Réponse apportée
Unable to communicate with MathWorks services - Error 5201
Hi, You can refer to the following MATLAB answer to resolve the issue: https://www.mathworks.com/matlabcentral/answers/1815395...

environ 2 mois il y a | 0

Réponse apportée
What is the reason for this error
Refer this: https://blogs.mathworks.com/simulink/2024/07/22/derivative-of-state-1-in-block-x-y-integrator-at-time-0-55-is-not-f...

environ 2 mois il y a | 0

Réponse apportée
May I ask can MTALAB code be run under Apache Server ?? If it can, can an example be shown for this ?
Hi, The following MATLAB Answer may help: https://www.mathworks.com/support/search.html/answers/93584-how-do-i-set-up-matlab-w...

environ 2 mois il y a | 0

Réponse apportée
Which link contains the MATLAB Documentation in English Version ?
Hi, To access the documentation in English, you can follow the following steps: 1) Navigate to the MathWorks Help Center websi...

environ 2 mois il y a | 0

Réponse apportée
why my arima model is unstable?
Hi, You can refer to the following MATLAB answer which describes a similar issue. The error indicates that there are eigenvalue...

environ 2 mois il y a | 0

Réponse apportée
How can I use a normal node and an activation function together in a hidden layer?
Hi, I understand that you want to have more than one type of activation in a given hidden layer. You can customize a deep learn...

environ 2 mois il y a | 0

Réponse apportée
how to create channel attention layer in matlab.
Hi, You can refer to the following resources: https://ieeexplore.ieee.org/document/8578843 https://arxiv.org/abs/1910.03151

environ 2 mois il y a | 0

Réponse apportée
Creating a neural network with hidden layer that has more than one activation function.
Hi, As per my knowledge, this is not possible without programming the network. Deep Learning Toolbox of MATLAB allows to custo...

environ 2 mois il y a | 0

Réponse apportée
Why is my matlab installer stuck on loading?
You can refer this: https://www.mathworks.com/matlabcentral/answers/2100716-why-does-the-installer-get-stuck-loading-after-sign...

environ 2 mois il y a | 0

| A accepté

Réponse apportée
Need Code for Kinematics
Hi Nandeeswaran, It seems you are facing some difficulty in writing code for a kinematics equation. It would be better if you c...

environ 2 mois il y a | 0

Charger plus