photo

Gayathri


Last seen: Today Actif depuis 2024

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Statistiques

  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Multi Input Multi Output Machine Learning model for varying length sequence data.
Hi @Corné Dijkstra, I understand that you are facing error while trying to train a “Multiple Input Multiple Output” Neural Netw...

environ 2 heures il y a | 0

Réponse apportée
Question Regarding 'pcfromdepth' Function Example
Hi @Seungju, I understand that you want to know the source of the Depth Image and the intrinsic camera parameters used in the “...

3 jours il y a | 0

Réponse apportée
Error using minibatchqueue using featureInputLayer
Hi @Artur Pokropek, I understand that you are getting the “minibatchqueue” error while adding a “feature” layer into the Neural...

3 jours il y a | 0

Réponse apportée
Question regarding opticalFlowRAFT function
Hi @Atharva, I understand that you want to know more about the “opticalFlowRAFT” function. To start with, we will be creating a...

9 jours il y a | 0

Réponse apportée
Enabling bus sorting by name in the Simulink Type Editor
Hello @Grigorii Nefedov, I understand that you want to enable sorting in “Type Editor” in Simulink. Buses are usually displayed...

10 jours il y a | 0

Réponse apportée
reinforcement learning toolbox. error: Error encountered while creating actor representation: Observation names must match the names of the deep neural network's input layers.
Hi @Andrew, I understand that you are getting the following error when creating actor representation. “Observation names must...

10 jours il y a | 0

Réponse apportée
Generating a cosine wave with variable frequency where frequency is an output from a lookup table
Hello @Komal, I understand that you want to create a cosine wave with variable frequency and the output is stuck at 1. This is ...

13 jours il y a | 1

Réponse apportée
uisetcolor figure goes blank
Hello @Tek, I understand that you are getting a blank figure when calling “uisetcolor” in MATLAB R2019a version. But I am not f...

15 jours il y a | 0

Réponse apportée
Calling machine learning model on matlab simulink
Hi @Meriem zanoun, I understand that you want to use a trained machine learning model from MATLAB to make predictions in Simuli...

16 jours il y a | 0

Réponse apportée
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 ...

17 jours il y a | 0

| A accepté

Réponse apportée
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 ...

17 jours il y a | 0

Réponse apportée
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...

20 jours il y a | 0

Réponse apportée
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...

22 jours il y a | 0

Réponse apportée
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...

23 jours il y a | 0

Réponse apportée
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...

24 jours il y a | 0

Réponse apportée
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...

environ un mois il y a | 1

| A accepté

Réponse apportée
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, ...

environ un mois il y a | 0

Réponse apportée
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...

environ un mois il y a | 0

Réponse apportée
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...

environ un mois il y a | 0

Réponse apportée
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...

environ un mois il y a | 0

| A accepté

Réponse apportée
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...

environ un mois il y a | 1

Réponse apportée
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...

environ un mois il y a | 0

Réponse apportée
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...

environ 2 mois il y a | 0

| A accepté

Réponse apportée
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...

environ 2 mois il y a | 0

Réponse apportée
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...

environ 2 mois il y a | 0

| A accepté

Réponse apportée
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...

environ 2 mois il y a | 1

Réponse apportée
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...

environ 2 mois il y a | 0

Réponse apportée
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. ...

2 mois il y a | 0

Réponse apportée
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”...

2 mois il y a | 3

| A accepté

Réponse apportée
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...

2 mois il y a | 0

Charger plus