Community Profile

photo

Shubham


Last seen: 6 días hace Con actividad desde 2023

Followers: 0   Following: 0

Estadísticas

  • 6 Month Streak
  • Knowledgeable Level 3
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
What is algorithm of Support vector parameter optimization
Hi Manoj, To find the optimal parameters for an epsilon-Support Vector Regression (epsilon-SVR) model in MATLAB, including the ...

8 días hace | 0

| aceptada

Respondida
Least squares fit to different data sets at the same time
Hi Cole, Fitting an ODE system to two datasets of varying time scales, especially when the datasets are of different sizes and ...

9 días hace | 0

Respondida
Best Practice to Distribute Data to Workers?
Hi Shumao, Your approach to distributing and gathering data in a parallel computing environment, specifically with MATLAB's Par...

10 días hace | 0

Respondida
How can I detect corner points where an object contacts a line/surface?
Hi Ryan, To find the points where an object contacts the surface in a grayscale image, especially when using functions like det...

11 días hace | 0

Respondida
Using cumulative sum to create a symmetric n-dimensional array
Hi Neuling, To create a symmetric tensor of orders 2, 3, and higher, adjustments are needed in your code to correctly handle th...

12 días hace | 0

Respondida
fminunc optimization with k-fold validation
Hi Durga, Combining fminunc for optimization with k-fold validation in MATLAB is a sophisticated approach that can be used for ...

13 días hace | 0

Respondida
Matlab Reinforcement Learning - how do I know the step index in an episode in the step function?
Hi Ran, In the context of customizing a step function for a reinforcement learning (RL) environment in MATLAB, while managing t...

13 días hace | 0

Respondida
How do i use ANN neural network function for predicting for new inputs
Hi Emmanuel, After you've used the Neural Network Fitting Tool (nftool) in MATLAB and generated a neural network function scrip...

17 días hace | 0

Respondida
Questions regarding the output of ANFIS, specifically Fis and chkFis.What is the difference between Fis and chkFis?
Hi Guo, In the provided code and context, Fis and chkFis are related to the process of training an Adaptive Neuro-Fuzzy Inferen...

17 días hace | 0

Respondida
How do you read an h5 enum attribute using h5readatt?
Hi Kevin, Reading enum types from an HDF5 file in MATLAB can indeed be tricky, especially when the data doesn't come out as exp...

18 días hace | 0

| aceptada

Respondida
Create legend for plots in the first loop iteration -> clear the plot -> plot new lines without affecting the legend
Hi Jakub, In MATLAB App Designer, managing dynamic plots and their legends, especially in animations, can be challenging due to...

19 días hace | 0

Respondida
Nested While loop functions
Hi Kyle, To achieve the functionality of asking the user if they want to play the game again after they've guessed the number c...

19 días hace | 0

| aceptada

Respondida
Writing a simple loop
Hi Kyle, It looks like you're attempting to use a for loop in MATLAB in a way that's not syntactically correct for iterating th...

alrededor de 1 mes hace | 1

| aceptada

Respondida
Learning rate schedule - Reinforcement Learning Toolbox
Hi Federico, Yes, adjusting the learning rate dynamically during training in reinforcement learning (RL) scenarios with MATLAB'...

alrededor de 1 mes hace | 0

Respondida
Searching to substrat 2 matrix to get a 3 dimensional matrix
Hi Paul, To achieve the subtraction between your two matrices without using explicit for-loops and to handle the broadcasting i...

alrededor de 1 mes hace | 0

Respondida
How to find out all the possible values of x&y that make a function maximum?
Hi IvanC, To find the maximum of a function using fminsearch in MATLAB, you actually need to search for the minimum of the nega...

alrededor de 1 mes hace | 0

Respondida
What is the methodology for cdsbootstrap function in matlab to get Default probability from cds spreads?
Hi Shruti, The cdsbootstrap function in MATLAB is part of the Financial Instruments Toolbox and is used for bootstrapping credi...

alrededor de 1 mes hace | 0

Respondida
is there a command to extract a Reward function from a predefined environment?
Hi Mohamad, In Matlab's Reinforcement Learning Toolbox, environments are defined with certain components, including state space...

alrededor de 1 mes hace | 1

Respondida
Conversion of mat to csv is time and space complex
Hi Philipp, Converting a large .mat file with many timeseries into a CSV format can indeed be memory-intensive, especially when...

alrededor de 1 mes hace | 0

Respondida
When using [ptCloud,isValidTime,clusters] = lidar(actors,rdMesh,simTime), clusters is filled with only NaN
Hi Paul, When you're using a lidar simulation in MATLAB, especially with the cuboid driving scenario simulator, and you're enco...

alrededor de 1 mes hace | 0

Respondida
Log linear analysis in MATLAB
Hi Glossa, Creating a "universal" code for tasks like log-linear analysis, regressions, and ANOVA in MATLAB that can be used wi...

alrededor de 1 mes hace | 0

Respondida
Is it possible to choose the variables displayed for x and y axis in heatmap ?
Hi Maxime, When dealing with large datasets or plots with numerous data points like your 180x360 heatmap, adjusting the axis ti...

alrededor de 1 mes hace | 1

| aceptada

Respondida
Using the clear command in functions?
Hi Kyle, The warning about using clear inside functions and the reason it's discouraged compared to its use in scripts boil dow...

alrededor de 1 mes hace | 1

| aceptada

Respondida
How to use the aggregate command with the MongoDB connector in Matlab?
Hi William, As of MATLAB R2021b, the direct support for MongoDB's aggregation framework through the mongoc class is not explici...

alrededor de 2 meses hace | 0

Respondida
Is there a way to stream data one bit at a time through a model via a clock?
Hi William, To achieve streaming data from a .mat file one bit at a time via a clock in a Simulink model, you will need to use ...

alrededor de 2 meses hace | 0

Respondida
What is the transfer function of the filtfilt command?
Hi studentmatlaber, The filtfilt command in MATLAB applies a digital filter forward and backward to a signal. This zero-phase f...

alrededor de 2 meses hace | 0

Respondida
Matching the labels of a clustering with ground truth labels for performance analysis
Hi Samuel, When evaluating clustering results with a confusion matrix, the absolute values of the labels are not important; rat...

alrededor de 2 meses hace | 0

Respondida
How fast can MATLAB plot real-time data?
Hi Mihkel, MATLAB's App Designer is capable of creating interfaces for real-time data visualization, including plotting graphs ...

alrededor de 2 meses hace | 0

Respondida
How to segment a region or cluster from an image after k mean clustering
Hello Mino, If you have already performed k-means clustering on your image and have successfully segmented the cyst and tumor r...

alrededor de 2 meses hace | 0

Respondida
Is removing features from classification learner app considerd sensitivity analysis?
Hi Maryam, In the context of predictive modeling, sensitivity analysis generally refers to the study of how various inputs of a...

alrededor de 2 meses hace | 0

Cargar más