Aastha
Followers: 0 Following: 0
Statistics
0 Questions
40 Answers
RANK
1 498
of 295 527
REPUTATION
44
CONTRIBUTIONS
0 Questions
40 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
4
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
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
Feeds
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...
ungefär 11 timmar ago | 0
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. ...
ungefär 18 timmar ago | 0
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...
ungefär 2 månader ago | 0
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...
ungefär 2 månader ago | 0
Beamwidth of antenna array in arbitrary cut
Hi Gergely, I understand that you have a 3D antenna array pattern with an arbitrary cut, and you want to determine the maxi...
ungefär 2 månader ago | 0
Calibration of an RTSP stream camera
Hi Tboon, As I understand, you want to know about the computational requirements of using camera calibration parameters, sp...
ungefär 2 månader ago | 0
| accepted
How to get the variables bound to block parameters for custom mask subsystem blocks in Simulink?
Hi Alexander, I understand that you want to retrieve the parameters associated with Simulink blocks. To do this, you can use...
ungefär 2 månader ago | 0
How to merge many time-frequency scalograms into a single image?
Hi Hossein, As I understand, you want to combine the scalograms of each data point from your 500x4097 dataset into a singl...
ungefär 2 månader ago | 0
MATLAB problem with resting-state EEG data analysis.
Hi Yuqi Huang, I understand that you are looking for a method to combine your EEG signals, each lasting 50 seconds into a s...
ungefär 2 månader ago | 0
how i can find this in MATLAB in order to find (τ,ν): I want the code and i will fix it
Hi shadi, I understand that you are looking to find the values of “tau” and “v” that maximize the given expression. Assuming...
ungefär 2 månader ago | 0
How to save following parameters in this loop?
Hi Ahmed, I understand that you want to save the values of “hist” and “iters” for each iteration in for loop and display th...
ungefär 2 månader ago | 0
I need help with Predictor-Corrector Scheme for PDE. I use 2d matrices instead of 3d matrices, but something is wrong and I don't understand what.
Hi Jane, I ran the code and encountered some errors. I have mentioned the errors and suggestions to resolve them below: In ...
ungefär 2 månader ago | 0
LS method in idetification ,control engeeniring
Hi saeed, As I understand, you want to compare the error variable “Eps" between “Y” and “Y_hat” with the white noise realizat...
ungefär 2 månader ago | 0
Triangle clustering of .stl file
Hi Lorenzo Pollicini, As I understand, you'd like to automatically cluster the triangles in a .stl file without user input. To...
ungefär 2 månader ago | 0
| accepted
adapt histogram equalization- clahe
Hi @Mayan, As I understand, you want to implement adaptive histogram equalization with contrast limiting while also address...
ungefär 2 månader ago | 0
How can I provide 625 element amplitude taper in antenna array designer?
Hi @nihairka, I understand you want to apply an amplitude taper to a 25x25 rectangular array. This involves the following s...
2 månader ago | 0
how to detect center of an object in an image and then crop the original image? using original image and green outline region
Hi @Dayangku Nur Faizah Pengiran Mohamad, As I understand, for each proposed region you want to create a bounding box of si...
2 månader ago | 1
Cheking my code related to create 3D cube pourous material
Hi @Aida, I tried to reproduce the given code, and I have a few suggestions that can improve the code and create 3D cube por...
2 månader ago | 0
Does the T obtained from the PoseCamera2 in stereo calibration translate Camera 2 in the coordinate system where Camera1's optical center is the origin, or Camera2's ?
Hi @Taisei, As I understand, you want to resolve the convention that is used in the output of the PoseCamera2, and you also w...
2 månader ago | 0
How can I segment and label edges in a binary matrix?
Hi @Neuroesc, I see that you want to mark and label all the edges in a polygon with different orientations and lengths. You...
2 månader ago | 0
| accepted
Save information associated with a text entry type
Hi @Richard Wood, As I understand, you want to store the information from every text block that that meet the constraints spe...
2 månader ago | 1
| accepted
patternCustom x axis(Az=0) always assumes first element of the array as x axis
Hi @Sivakaran Vinayagamoorthy, Yes, this is expected. Phi needs to be sorted because the values of phi should be in ascendi...
2 månader ago | 1
| accepted
how can i have all possible configuration of binary(digital) 3*4 matrix for for given rows and columns constrains?
Hi @g davami, I understand that you want to generate all possible configurations of a binary matrix of size 3*4*n with the c...
2 månader ago | 0
how to write a alternatives codes to calculating a Lagrange's interpolation polynomial
Hi @Bhavya, I find that you want to write a code to calculate Lagrange’s interpolation polynomial. You can efficiently imp...
2 månader ago | 0
How to generate a dataset in MATLAB for the given scenario ?
Hi @chaaru datta, As I understand, you want to generate a training dataset with 10^5 samples in a single antenna transmitter...
2 månader ago | 0
Match analytical and simulation values of SER vs SNR curve.
Hi @Gurutva, As I understand, you want to compute the analytical and simulation SER values with respect to signal to noise rat...
2 månader ago | 1
| accepted
Distance between the dots
Hi @Viswajit Talluru, I understand that you are trying to find the distance between dots in the image that you have provided. ...
2 månader ago | 0
Unable to clear Task 9-Simscape
Hi Rohan, I think this issue is occurring because of one of the following reasons: In the PS-Simulink Converter block, the “...
3 månader ago | 0
Error in battery charge and discharge Simulink model
Hi @Chandradeep, I see that you are getting the error “Temperature adjusted first polarization resistance must be greater than ...
3 månader ago | 0
How do I make a counter count every three clock cycle like 1 after three clock cycle 2 after three clock cycle 3 and so on in xilinx matlab system generator simulink..
Hi Adithya, As I understand, you are looking to design a counter that increments every 3 clock cycles within a Xilinx System G...
3 månader ago | 0