photo

Shantanu Dixit


Last seen: 9 jours il y a Actif depuis 2023

Followers: 1   Following: 0

Statistiques

MATLAB Answers

0 Questions
117 Réponses

RANG
655
of 299 252

RÉPUTATION
118

CONTRIBUTIONS
0 Questions
117 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
11

RANG
 of 20 672

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 163 923

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

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Simulation of Markov Chain with Generator
Hi Richard, If I understood the query correctly, you want to simulate sample paths of a two-state continuous-time Markov chain ...

environ 2 mois il y a | 0

Réponse apportée
Node generation via recursion
Hi Ashish, If I understood the query, there are particularly two context where recursively generating nodes can apply. GUI b...

environ 2 mois il y a | 0

Réponse apportée
Modify layer output in custom neural network
Hi Ilias, If I understood the query correctly, you're trying to apply a custom function between layers in a neural network. Yo...

environ 2 mois il y a | 0

Réponse apportée
preprocessing data for PCA
Hi Mahmoud, If I understood the query correctly, you're trying to preprocess a table where the first column is categorical and ...

environ 2 mois il y a | 0

Réponse apportée
Issue with LSTM Model in Simulink for Battery SOH Prediction
Hi CH, If I understood the setup correctly, the objective is to predict battery SOH at 200 hours using an LSTM trained on 100-h...

environ 2 mois il y a | 0

Réponse apportée
How to integrate HighTec Compiler in Polyspace
Hi Iranna, If my understanding is correct you want to integrate HighTec compiler in Polyspace. HighTec compiler is a GCC port ...

environ 2 mois il y a | 0

Réponse apportée
How to make Markov Chain model from sequence of data in MATLAB?
Hi Vijay, Assuming you already have an observed sequence of states 'X' and a known number of unique states 'S', you can build a...

3 mois il y a | 0

Réponse apportée
Creating the matrix of GloVe embedded vocabulary
Hi Amos, You can create an embedding matrix for the 'GLoVE' embeddings by initializing a matrix of size 400K × 300 initialized ...

3 mois il y a | 0

| A accepté

Réponse apportée
Micro Trend is blocking MATLAB 2024b
Hi Jean, I’ve faced a similar issue where my antivirus was also blocking the MATLAB application from launching properly. In my ...

3 mois il y a | 0

Réponse apportée
How can I silently uninstall Matlab R2024b
Hi Rene, As per the R2024b documentation: https://www.mathworks.com/help/install/ug/uninstall-matlab-toolboxes-and-support-pack...

3 mois il y a | 0

| A accepté

Réponse apportée
how to solve optimal control problem with constraint for nonlinear system ?
Hi Hossein, When using 'fmincon' to solve an optimal control problem for a nonlinear system, one common issue is that the optim...

3 mois il y a | 0

| A accepté

Réponse apportée
Stabilise the results of a simple DL model for binary class classification
Hi Snigdha, Given the small dataset (only 100 samples), the model's performance can vary a lot just due to random initializatio...

3 mois il y a | 0

Réponse apportée
Why do I get an error when I read the color information in the pointCloud struct?
Hi, The error seems to be occuring because 'ptCloudOut' is not defined in the code, but is trying to access 'ptCloudOut.Color'...

3 mois il y a | 0

Réponse apportée
Mersenne twister random numbers not the same as C++
Hi Tobias, I’ve encountered a similar scenario where the random numbers generated by MATLAB and C++ don’t match. This might be d...

3 mois il y a | 0

Réponse apportée
How can I get the internal structure of idNeuralNetwork (RegressionNeuralNetwork) used in NLAR
Hi Daniel, If I understood the query correctly, you're creating a nonlinear ARX model using 'nlarx' with a neural network nonli...

3 mois il y a | 0

Réponse apportée
Compare Matlab RF simulation to ADS simulation. When can I use Matlab like I am using ADS? What are the options?
Hi Mike, I understand you are looking into MATLAB's RF simulation capabilities with those of ADS and determine the possible cap...

3 mois il y a | 0

Réponse apportée
Need guidance on validating my results on training for Object detection on MATLAB and next steps
Hi Evangeline, I understand you’ve trained a ResNet50-based object detector, and while the precision is perfect (1.0 for all cl...

3 mois il y a | 1

| A accepté

Réponse apportée
Classification Learner App Backward Compatibility
Hi Mohamed, If I understood the query correctly you are using 'Export Model' option to export the tree model to Simulink, which ...

3 mois il y a | 0

| A accepté

Réponse apportée
Exporting Characteristics from MATLAB Sensor Array Analyzer
Hi Yen, You can export the Characteristics section (including values like Half Power BeamWidth (HPBW), First Null BeamWidth (FN...

3 mois il y a | 0

Réponse apportée
Machine learning - mathcing estimation signal to the known model
Hi Mike, Since the target output is defined using non-linear operations like 'max' and 'min', a linear model (such as 'fitrline...

3 mois il y a | 1

Réponse apportée
what do pruningActivations and pruningGradients refer to?
Hi Muhamed, If I correctly understood the query you're referring to the example: https://www.mathworks.com/help/deeplearning/ug/...

3 mois il y a | 0

| A accepté

Réponse apportée
Partial Autocorrelation parcorr bug?
Hi Duncan, The issue you're observing might be due to the choice of 'NumLags = N-1'. The 'PACF' values at larger lags have ver...

4 mois il y a | 0

| A accepté

Réponse apportée
I'am training for multiple object detection in images on MATLAB2024b version on a single GPU
Hi Evangeline, If I understood your query correctly, you are concerned about potential overfitting in your model. Since your tr...

4 mois il y a | 1

| A accepté

Réponse apportée
Hot to rotate pdegplot about Z, X, or Y axis?
Hi Baisseyev, If I understood your query correctly, you want to rotate the visualization of your STL model. You can achieve th...

4 mois il y a | 0

Réponse apportée
how to get visa BytesAvailable buffering?
Hi George, If I understood your query correctly, you want MATLAB to buffer data in the background using the 'visa' object so th...

4 mois il y a | 0

Réponse apportée
Does AXI Manager support RGMII
Hi KH, If I understood the query correctly you want to know if the AXI manager supports RGMII interface. Based on the document...

4 mois il y a | 0

Réponse apportée
Three state markov chain: plotting graphs
Hi Jacob, For computing against time for each of the states, you can: Compute powers of the transition matrix Extract the d...

4 mois il y a | 0

Réponse apportée
How to add drift to a state equation by ssm() (State space function)?
Hi Wilson, You can add a drift term 'c' in the state equation when using the 'ssm' function by augmenting the state vector. Sin...

4 mois il y a | 0

Réponse apportée
"Transport stopped" When executing polyspace-code-prover
Hi Ricardo, I encountered a similar issue while working with Polyspace Code Prover on Linux. The error "Transport stopped" migh...

4 mois il y a | 0

Réponse apportée
What is the counterpart of the command (mxSetImagData) that can work for Interleaved Complex API?
Hi Magdy, To the best of my understanding, you are looking for a replacement for 'mxSetImagData' that is compatible with the In...

4 mois il y a | 0

Charger plus