Answered
Finding the particular path using image processing
Hi Waqas, I understand that you want to calculate path from the given .MAT file. I see that your code was not working for this...

3 years ago | 0

| accepted

Answered
Convert Image Classification Network into Regression Network using ResNet18
Hi Kenneth, I understand that you want to convert the pretrained resent-18 to regression network. While training the network,...

3 years ago | 0

| accepted

Answered
Image Registration Issues - Why is imregister() flipping my moving image upside down?
Hi Ashlyn, I understand that the moving image is flipped after registration. One reason for the flipping can be because of usin...

3 years ago | 0

Answered
Neural network training - 2 input parameter to 1 output result training
Hi Ridza, I understand that you want to train the LSTM network using description and category values instead of just descripti...

3 years ago | 0

| accepted

Answered
when i type ssc_new in command window i get warning: sltp: string too long: (class std::length_error) string too long. What should I do?
Hi I understand that you are facing warnings with ssc_new command. I was not able to replicate the same at my end, however ...

3 years ago | 0

Answered
How do I calculate number of white pixels inside ROI?
Hi You can use the inpolygon function to check whether a query point lies inside the polygon. You can make a polygon from y...

3 years ago | 0

Answered
Entropy of an image
Hi, Entropy for a grayscale image is calculated as the sum(p.*log2(p)), where p contains the normalized histogram counts re...

3 years ago | 0

Answered
counting pixel for UV powder image.
Hi You can use imbinarize to create a binary image using different threshold values, by default it will calculate the threshol...

3 years ago | 0

Answered
How to determine the aspect ratio of the detected components and throw the components which does not meet the threshold
Hi I’m assuming you want to extract the bounding box from the binarized image and then calculate the aspect ratio of the dete...

3 years ago | 1

| accepted

Answered
linear optimization with changing constraints(Solved)
Hi As per your code, the equality constraints are working fine with different[MT1] values of ub, b, price. To get a deeper ...

3 years ago | 0

Answered
How do I control the xticks if x is a long imported excel column (Time Format: HH:MM:SS)?
Hi You can use xtickformat which can match the excel sheet format. You can use xticksto specify different values on the x-ax...

3 years ago | 0

Answered
Can I use R2020a toolboxes on R2019b MATLAB?
It is not encouraged to mix the toolboxes of two different releases of MATLAB. The release of the toolbox must match with the re...

3 years ago | 1

Answered
Confusion Matrix class-label
To put latex in XTickLabel and YTickLabel, you can use the plotconfusion() function. plotconfusion() has a Children Graphics fie...

4 years ago | 1

| accepted

Answered
Change Object Detection to own Objects (fasterRCNN)
I understand that you want to train a Faster-RCNN for multi-class object detection. It seems that the Faster-RCNN network is i...

4 years ago | 1

Answered
(I think)getValue function produces "Not enough input arguments"
I understand that getValue(ciritc, obs) is throwing "Not Enough Input Arguments", however getMaxQValue(critic, obs) works fine. ...

4 years ago | 2

| accepted