Community Profile

photo

Neha

MathWorks

Last seen: 10 días hace Con actividad desde 2022

Followers: 0   Following: 0

I am an Associate in Engineering Development Group at MathWorks. DISCLAIMER: Any advice or opinions here are my own, and not representative of MathWorks.

Programming Languages:
Python, C++, C, Java

Estadísticas

All
  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Respondida
How to find GLCM of part of (or between 2 concentric circles in) an image?
Hi Eliza, I understand that you want to subtract the regions obtained by the "drawcircle" function. You can refer to the code ...

7 meses hace | 0

Respondida
Dynamic import with evalin not possible
Hi Robert, I understand that you want to dynamically import packages into the caller’s scope. "evalin" is only used for evalua...

7 meses hace | 0

Respondida
How to get the coordinates of the peak from normxcorr2 between a ROI and a template
Hi, I understand that you want to obtain the position of the maximum correlation of the full image. After finding the peak, yo...

7 meses hace | 0

Respondida
Applying Regression Model results on multispectral image
Hi Nagwa, I understand that you want to convert a multispectral image to a table, so that it can be used in the regression mod...

7 meses hace | 0

Respondida
How to calculate Segmentation Accuracy for SynthSeg Algorithm
Hi Marco, I understand that you want to calculate the segmentation accuracy for SynthSeg algorithm. With the Average Dice Loss...

7 meses hace | 0

Respondida
Train multilabel neural network using table format
Hi David, I understand that you want to train a neural network with multiclass input data. You can use "num2cells" to convert ...

7 meses hace | 0

Respondida
vision.ForegroundDetector: NumTrainingFrames
Hi Tiziana, The “vision.ForegroundDetector” algorithm requires a few initial frames containing only the background in order to...

7 meses hace | 0

Respondida
Why is the size of my "narx_net_closed.IW{1}" different from the size of my "mrac_net.LW{3,2}" ? I am refering to Reference Model Controller with MATLAB Script
Hi Andrew, I understand that you are facing an error as the size of input weights for the closed NARX network differs from the ...

8 meses hace | 0

Respondida
Trouble importing Pytorch from a MATLAB code
Hi Byungwoo, I understand that you are facing some errors while importing PyTorch from MATLAB. To resolve this, please ensure t...

8 meses hace | 0

Respondida
Looking to use region-zoom interaction following the ginput selection
Hi Sayyam, I understand that you want to zoom in to a specific region of interest after using "ginput" to select a point on the...

8 meses hace | 0

Respondida
How to normalize output data
Hi Giovanni, I understand that you want to normalize your data from the range of -2 to 2 without rescaling the limits of the Y-...

8 meses hace | 0

Respondida
Loss function with fitcecoc and posteriors
Hi Dostya, I understand that you have some queries regarding the ECOC model which uses SVM binary classifiers. In the ECOC fram...

8 meses hace | 0

Respondida
Clarifying the Sequence of using AlexNet with Faster R-CNN to monitor/detect your own image data
Hi Charlene, Your sequence for the deep learning project looks generally correct. However, I would like to provide few additio...

8 meses hace | 0

Respondida
Validation set in a NARX network
Hi Francesco, I understand that you want to train a NARX neural network and include a subset of recordings for validation. You ...

8 meses hace | 0

Respondida
Is it possible to embed MATLAB figures in a modern .Net user interface such as WinUI, WPF, or MAUI?
Hi Matt, I understand that you want to display MATLAB images and plots embedded in a .NET-based UI. Currently this feature is ...

8 meses hace | 0

Respondida
No options to resolve conflicts in .mlapp file using view conflicts in 2018b on MacBook
Hi Roger, I understand that you are not able to resolve conflicts and merge branches for an MLAPP file. This is a known limitat...

10 meses hace | 0

| aceptada

Respondida
ANFIS output extraction to excel file
Hi Hazal, I understand that you want to export ANFIS output to an excel file. You can use the "evalfis" command to achieve the ...

10 meses hace | 0

Respondida
Gaussian Process Regression not working with normalized data or noise
Hi Alejandro, I understand that the GPR model is not performing well for noisy data and unit vector data. I suggest you optimi...

10 meses hace | 0

Respondida
What if I provide just 1 critic instead of 2 to a rlSACAgent algorithm?
Hi Manuel, I understand that you want to know if it is advisable to retrain the "rISACAgent" with two critics. If you h...

10 meses hace | 0

| aceptada

Respondida
Error using evalc Unrecognized function or variable 'edfmex'.
Hi Qianhui, I understand that you are facing errors about the unrecognized functions: "printToConsole" and "edfmex". Since ...

10 meses hace | 0

| aceptada

Respondida
在GUI编译后 axes data tip toolbar 消失
Hi, 此消息是英文的,旨在为您提供最快的响应。如果你想要中文回复,请告诉我。我们的同事将为您翻译此消息。 I understand that the data tips are not being displayed after the app is...

11 meses hace | 0

Respondida
Using function handles with private properties and private methods
Hi Austin, I understand that you want to know if subsequent modifications to the object's properties affect the captured state ...

11 meses hace | 1

| aceptada

Respondida
How to caculate the size of input weight matrix when using the cell data to train a neural network?
Hi Chen, I understand that you want to find out the size of each input weight for the given two examples of NARX and BP networ...

11 meses hace | 0

Respondida
Can I use pretrained network csp-darknet53-coco?
Hi Adrain, I understand that you want to know if pre-trained network can be used to create a detector with your own dataset. F...

11 meses hace | 0

Respondida
Imagedatastore for image regression, resize image from table
Hi Iker, I understand that you want to resize the images to train the model while retaining the original size of the images in ...

11 meses hace | 0

Respondida
Is my average precision good? Yolov4
Hi Adrian, I understand that you wish to know if the average precision of your YOLOv4 detector is a relevant metric and if it’...

11 meses hace | 0

Respondida
network object custom weights initialization
Hi Fabiano, It is my understanding that you need to initialize the weights using a custom initialization function. Please refe...

12 meses hace | 0

Respondida
loop explanation applied in equations solution
The code creates a while loop that allows the user to input the boundaries of a graphical representation of a mathematical funct...

12 meses hace | 0

Respondida
I have error in the following code which is used for the structural analysis. If anyone could help ?
I understand that you are facing an error regarding array index as deltaF contains only 5 elements. On debugging the code, I was...

12 meses hace | 1

Respondida
Hello. Is there a way to set an inputdlg box to only allow 5 characters? For instance is someone tries to type 6 character it just doesnt let them?
I understand that you want to create a dialog box containing a field which can accept a user input of fixed length. Please refer...

12 meses hace | 1

Cargar más