photo

Shantanu Dixit


Last seen: Today 2023 年からアクティブ

Followers: 1   Following: 0

統計

MATLAB Answers

0 質問
111 回答

ランク
657
of 298,416

評判
116

コントリビューション
0 質問
111 回答

回答採用率
0.00%

獲得投票数
10

ランク
 of 20,586

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 161,156

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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...

2日 前 | 0

回答済み
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 ...

2日 前 | 0

| 採用済み

回答済み
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日 前 | 0

回答済み
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日 前 | 0

| 採用済み

回答済み
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...

4日 前 | 0

| 採用済み

回答済み
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...

4日 前 | 0

回答済み
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'...

4日 前 | 0

回答済み
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...

8日 前 | 0

回答済み
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...

8日 前 | 0

回答済み
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...

9日 前 | 0

回答済み
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...

9日 前 | 1

| 採用済み

回答済み
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 ...

10日 前 | 0

| 採用済み

回答済み
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...

10日 前 | 0

回答済み
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...

11日 前 | 0

回答済み
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/...

11日 前 | 0

| 採用済み

回答済み
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...

約1ヶ月 前 | 0

| 採用済み

回答済み
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...

約1ヶ月 前 | 1

| 採用済み

回答済み
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...

約1ヶ月 前 | 0

回答済み
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...

約1ヶ月 前 | 0

回答済み
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...

約1ヶ月 前 | 0

回答済み
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...

約1ヶ月 前 | 0

回答済み
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...

約1ヶ月 前 | 0

回答済み
"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...

約1ヶ月 前 | 0

回答済み
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...

約1ヶ月 前 | 0

回答済み
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...

約1ヶ月 前 | 0

回答済み
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...

2ヶ月 前 | 0

回答済み
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 ...

2ヶ月 前 | 0

回答済み
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...

2ヶ月 前 | 0

回答済み
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...

2ヶ月 前 | 0

| 採用済み

回答済み
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...

2ヶ月 前 | 0

さらに読み込む