Shantanu Dixit - MATLAB Central
photo

Shantanu Dixit


Last seen: Today Active since 2023

Followers: 1   Following: 0

Statistics

MATLAB AnswersFrom 06/23 to 05/25Use left and right arrows to move selectionFrom 06/23Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
111 Answers

RANK
651
of 298.634

REPUTATION
118

CONTRIBUTIONS
0 Questions
111 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
11

RANK
 of 20.631

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161.859

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
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...

17 dagen ago | 0

Answered
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 ...

17 dagen ago | 0

| accepted

Answered
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 ...

18 dagen ago | 0

Answered
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...

18 dagen ago | 0

| accepted

Answered
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...

19 dagen ago | 0

| accepted

Answered
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...

19 dagen ago | 0

Answered
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'...

19 dagen ago | 0

Answered
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...

23 dagen ago | 0

Answered
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...

23 dagen ago | 0

Answered
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...

24 dagen ago | 0

Answered
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...

24 dagen ago | 1

| accepted

Answered
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 ...

25 dagen ago | 0

| accepted

Answered
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...

25 dagen ago | 0

Answered
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...

26 dagen ago | 1

Answered
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/...

26 dagen ago | 0

| accepted

Answered
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...

ongeveer 2 maanden ago | 0

| accepted

Answered
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...

ongeveer 2 maanden ago | 1

| accepted

Answered
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...

ongeveer 2 maanden ago | 0

Answered
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...

ongeveer 2 maanden ago | 0

Answered
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...

ongeveer 2 maanden ago | 0

Answered
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...

ongeveer 2 maanden ago | 0

Answered
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...

ongeveer 2 maanden ago | 0

Answered
"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...

ongeveer 2 maanden ago | 0

Answered
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...

ongeveer 2 maanden ago | 0

Answered
How to import robot to workspace
Hi Kannan, You can import the manipulator into MATLAB's Inverse Kinematics Designer app by following the below steps: Import t...

ongeveer 2 maanden ago | 0

Answered
How to train neural network with extracted features?
Hi Regina, If I understand your query correctly, you want to use the 'SURF' features you've extracted (stored in cell arrays) a...

3 maanden ago | 0

Answered
How to compute null spaces iteratively ?
Hi Steve, You can update the null space iteratively using the previous computed basis. Suppose if there is already a computed ...

3 maanden ago | 0

Answered
How do I get a positive solution from rref?
Hi, If I understand your query correctly, you want to solve an exact system 'Ax=b' (where 'A' is the table and 'b' is the vecto...

3 maanden ago | 0

Answered
fmincon with simulink model
Hi Gabriele, If I understand your query correctly, the throttle and brake pedal vectors remain exactly as your initial guess th...

3 maanden ago | 0

| accepted

Answered
How to compose RBF kernel in MATLAB ?
Hi Charu, The RBF kernel function itself is defined solely by the distance between the feature vectors and the parameter that c...

3 maanden ago | 0

Load more