Answered
Predict block did not update
Hello @Saskia Putri, I understand that you are trying to model the “MPC” example in Simulink and the output of “predict” block ...

2 months ago | 0

| accepted

Answered
textureFeatures on 2D jpg/png
Hello @John Sal, I understand that you are interested in finding texture features for a single 2D image. You can refer to the ...

2 months ago | 0

Answered
Function dlupdate to train network with Nesterov accelerated gradient
Hello @Daniel Krystian, I understand that you want to adapt the “dlupdate” example based on “SGD” to “Nesterov accelerated grad...

2 months ago | 0

Answered
Quantitative evaluation of the images generated by GAN
Hello @S C.Carl, Since standard GANs lack a one-to-one correspondence between input and output, “SSIM” is not an appropriate me...

2 months ago | 0

Answered
Appdesigner: Using axes toolbar to zoom and pan while using drawpolyline without getting new points
Hi @Matthias La, I understand that when trying to zoom the image or use pan in between drawing a polyline in MATLAB R2020b vers...

2 months ago | 0

Answered
How to convert the format of data from sequences to matrices when designing deep learning networks?
Hello @Tian,HCong, I understand that you want to convert a ‘SCB’ formatted output to ‘SSCB’ formatted output. It can be achieve...

2 months ago | 0

Answered
Error using minibatchque when training pointPillarsObjectDetector.
Hi @Clayton, I was able to reproduce the error in MATLAB R2024a version. I had used the same input data present in "Lidar 3-D O...

3 months ago | 1

| accepted

Answered
How do I get num, txt and raw as a cell array or matrix or table from the “readtable(file_name)” command, without using “[num,txt,raw]=xlsread(file_name)”
Hello @Arepalli, I understand that you want to avoid using "xlsread" function. "readtable" along with other matlab functions, ...

3 months ago | 0

Answered
After running the Python program in Matlab, the parquetread function cannot be used
Hi @simon, I understand that “parquetread” function throws error after running python program from MATLAB R2021a version. Pleas...

3 months ago | 0

Answered
OCR (optical character recognition) misreading simple numbers even when image is pre-processed. What's the issue?
Hi @Elinor Austin, To resolve issues with “ocr” on certain images, you can improve accuracy by training a model using “trainocr...

3 months ago | 0

Answered
Datatips appear to be broken for geoscatter plots in 2024a
Hi @Nathan Gustavson, I was able to reproduce the issue in MATLAB R2024a, where the "datatip" does not appear exactly at the c...

3 months ago | 0

| accepted

Answered
How to get the values of the XAxis Minor Ticks (of an inset plot)
Hello @Sim, I understand that you are getting an empty array while running "ax2.XAxis.MinorTickValues" in code but getting outp...

3 months ago | 1

Answered
SOLOV2 Validation Loss Warning
Hello @Brian MacDonald, I understand that you are not able to get the plot for validation loss due to the error mentioned. Plea...

3 months ago | 0

Answered
Error forming mini-batch for network input "input". Data interpreted with format "SSCB". To specify a different format, use the InputDataFormats option.
Hi @chanul, I was able to reproduce the error mentioned. Before processing image data with networks like ResNet, it's essential...

3 months ago | 0

| accepted

Answered
Calculate normals from nodes which generate a 3D curve
Hi @Alberto Acri, To calculate the “normals” of remaining entries in matrix “coord” we can do interpolation in 3-D space. This...

3 months ago | 0

Answered
How to get metrics during yolov4 detector training process and how to solve data overfitting?
Hi @xinru, As the error suggests, its not possible to pass “metrics” option in “trainingOptions” for “YOLOv4ObjectDetector”. In...

3 months ago | 0

| accepted

Answered
I'm using VIT transformer in my code. How to convert the output of 1D layer of VIT into 2D with format SSCB?
Hi @Abdulrahman, I understand you are facing an issue with converting output from ViT(vision transformer) which is in “SCB” for...

3 months ago | 1

Answered
I have a problem with the watermark in the svd image. The NC value does not change. When extracting the protected image, it appears black, which means that there is a problem
Hi @salaheddine, I was able to reproduce your issue. The issue is happening because the watermarked image is not being generate...

3 months ago | 0

Answered
how to successfully extract the image in blind color image watermarking using FWHT and SVD
Hi @JAMILAH IBRAHIM, The implementation is done in R2024a. I implemented the code by taking two images available in my side. ...

3 months ago | 0

Answered
tleread() loading incorrect data
Hi @am, The TLE data contains “mean motion” in revolutions/day unit. The “tleread” function in MATLAB reads the “mean motion”...

3 months ago | 3

| accepted

Answered
Formatting input data for linear regression model in leave-out-one validation testing
Hi @Isabelle Museck, I have implemented the codes in MATLAB R2024a. I can see that the issue of taking cell array as input ha...

4 months ago | 0

Answered
I want to segment an apple fruit image and i'm using histogram's method but when i'm using the function: n=hist(reshape(double(rgb(:,:,i)),[480*640 1]),0.5:256); i have this error: To RESHAPE the number of elements must not change.
Hi Boutrid, This has been implemented in MATLAB R2024a version.I have used “peppers.png” image for solving the issue mentione...

4 months ago | 0