Aastha - MATLAB Central
photo

Aastha


Last seen: Today Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB AnswersZoom OutFrom 08/24 to 05/25Use left and right arrows to move selectionFrom 08/24Use 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
66 Answers

RANK
1,028
of 298,512

REPUTATION
72

CONTRIBUTIONS
0 Questions
66 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
10

RANK
 of 20,606

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161,536

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 3
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
Calculate Mean /Average of 4D data
Hi @pranto saha, As I understand, you want to compute the mean along the latitude, longitude, and month dimensions and obtain...

1 day ago | 0

Answered
I have an adjacency matrix .Now I want to rewire by replacing two edges at random.
Hi @mks, As I understand, you would like to rewire the graph represented by an adjacency matrix by replacing two existing edg...

1 day ago | 0

Answered
Training PPO agent to track 4 reference signals
Hi @Eddie, I understand that you are encountering an issue where the control signal exceeds the upper and lower limits define...

2 days ago | 0

Answered
Generating Nakagami-m wireless channel in MATLAB
Hi @chaaru datta, I understand that you would like to generate a Nakagami-m fading wireless channel. For a Nakagami-m fading ...

2 days ago | 1

Answered
EEG Data Augmentation (Increasing data sequencies)
Hi @Ahmed, As I understand you have a dataset of EEG sequences and you want to increase the number of sequences for training....

3 days ago | 0

Answered
LSTM classification for days
Hi @sensor, I understand that you would like to train an LSTM model to classify samples as either control or infected, which ...

3 days ago | 0

Answered
calculate entropy of three-dimensional data with size 197*128*64 in MATLAB
Hi @Lucia, As I understand, you want to calculate the entropy of a 3D matrix corresponding to radar data after applying a 3D ...

4 days ago | 0

Answered
How plot Contour in subplot with special function ?
Hi @salim, I understand that you want to create a visualizations that are like the ones shown in the attached images. To ach...

4 days ago | 0

Answered
Issue with cwtft2 Function in MATLAB R2024b
Hi @Kobi, I tried to use complex values as input to “cwtft2” function in MATLAB R2024b and got a similar error. In the MathW...

1 month ago | 0

Answered
Can the standard Soft Actor Critic (SAC) algorithm in Matlab be adapted for hybrid action spaces, or is there another reinforcement learning algorithm in Matlab that is better
Hi @Omar, I understand that you want to use the Soft Actor Critic (SAC) algorithm for hybrid action spaces. The SAC algorit...

1 month ago | 0

Answered
Why BER simulated result and theoretical one in Simulink does not match over AWGN channel?
Hi @稼润, I tried to reproduce the Simulink model according to the parameters you provided. On reproducing the model, I found ...

1 month ago | 0

Answered
How to draw a combined efficiency map
Hi @xiaohan, As I understand, you want to plot combined efficiency maps using the data you provided. Kindly refer to the step...

2 months ago | 0

Answered
Define a custom input layer in the deep learning toolbox
Hi @Matt J, As I understand you want to define a custom input layer using the Deep Learning Toolbox that performs the desired...

2 months ago | 0

Answered
how can i remove the dc componente from the output of the signal from workspace?
Hi @Lorenzo, As I understand you want to remove the DC component of the signal in Simulink. There are two methods to do this...

2 months ago | 0

Answered
How can to divide my entire dataset of images in subset of train, test and validation? After i made this division , i should apply a speckle noise for each subset
Hi @Michele, I understand that you want to divide the input dataset into training, testing, and validation sets and apply spe...

2 months ago | 0

Answered
Create a set of parameters from a excel file
Hi @Ismael, I understand that you want to create MATLAB workspace variables with names corresponding to the rows in your Exce...

2 months ago | 0

Answered
How to do exhaustive search in case of Maximum Likelihood detector in MATLAB ?
Hi @chaaru datta, I understand you want to implement a Maximum Likelihood detector in MATLAB. To perform an exhaustive search...

5 months ago | 0

Answered
How to train object detector for Line and Polygon Labels?
Hi @Andrey Senkov, To create training data with Line and Polygon ROI labels in MATLAB, you can refer to the steps outlined in...

5 months ago | 0

Answered
MATLAB Image Data Extraction Issue
Hi @peter huang, To detect lines in an image, you can use the "hough" functions, which performs the Hough Transform operation...

5 months ago | 0

Answered
Confusion matrix not showing the vlaues of all boxes
Hi @mohammed, I tried reproducing the issue using dummy data for the true and predicted labels. I can confirm that some b...

5 months ago | 0

Answered
Time series Sequence to Sequence regression dimensions
Hi Omar, To resolve the error, you can consider the following changes to your network design: You have set “OutputM...

5 months ago | 1

Answered
Neural Network Training - Input Data with Targets
Hi Maxim, As per my understanding, you want to train an image-to-depth network in MATLAB. To do this, you may refer to the ste...

5 months ago | 1

| accepted

Answered
Matlab keeps cutting off Vector when saving to pdf, no matter what I do
Hi @Jonathan, I used the “exportgraphics” function to save the figure of dummy data as a PDF. I was able to render the PDF wit...

5 months ago | 0

Answered
Building an LSTM Regression Model with Sliding Windows
Hi @ALEJANDRO, As I understand you want to format a dataset using sliding windows for LSTM regression model training into t...

5 months ago | 2

| accepted

Answered
What is the analytical expression of the epanechnikov kernel used in kdensity?
Hi @Samuel M, As I understand, you want to compare your implementation of "kdensity" with MATLAB's implementation using the ...

5 months ago | 1

| accepted

Answered
Using a curve to contrutct a geometry for a model in pde toolbox
Hi @Geovane Gomes, I understand that you want to perform an extrusion operation using the x-y coordinates for a wing section ...

5 months ago | 0

Answered
Record real-time EMG signal and Plot it.
Hi @Iro Liontou, As I understand, you want to interface with the Arduino board and sample an EMG signal at a specified samp...

5 months ago | 0

Answered
Using custom weights and cfg file, is there a clear documentation in Matlab to use them for yolov3 object detection?
Hi @Hanes Ongos, I understand that you want to use your custom weights and configuration files in a YOLOv3 model in MATLAB. ...

6 months ago | 0

Answered
Storing 3 large data sets in one workspace
Hi Mark, I understand that you are working with three large datasets, and you are looking for a way to load them into the wo...

7 months ago | 0

Answered
How to address this issue and enhance pixel quality by estimating or predicting the missing (zero) pixels, by using AI models
Hi abdullah al-dulaimi, I understand that you want to enhance the image by correcting the missing pixels in the provided ima...

7 months ago | 0

Load more