Gayathri - MATLAB Central
photo

Gayathri


Last seen: 3 dagen ago Active since 2024

Followers: 1   Following: 0

Interested in Machine Learning, Deep Learning and Image Processing

Programming Languages:
Python, C++, MATLAB
Spoken Languages:
English, Hindi

Statistics

MATLAB AnswersFrom 08/24 to 05/25Use left and right arrows to move selectionFrom 08/24Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
120 Answers

RANK
601
of 298.641

REPUTATION
128

CONTRIBUTIONS
0 Questions
120 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
15

RANK
 of 20.635

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161.878

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

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
working code for PSNR, SSIM?
Hi @Akshata, Starting from MATLAB R2014a, there are inbuilt functions to calculate PSNR and SSIM. Below are the documentation l...

2 dagen ago | 0

Answered
Import PyTorch LSTM Model into Matlab
Hi @Felix, Can you please confirm on which MATLAB function you are using? And are you facing any errors when running the "impor...

3 dagen ago | 0

Answered
TensorFlow Model Predict Block Input Shape Error for RNN
Hi @Jonathan, The error you are encountering is due to the fact that the "preprocess" function is returning the output as an ar...

3 dagen ago | 0

Answered
bluetooth command fails to open ubuntu laptop connection
Hi @Nigel, To resolve the issue, please look into the following points: Please confirm that the two PC's are paired the machin...

4 dagen ago | 0

Answered
Dadas las matricesAA Encuentre, en cada caso: Matrices escalonadas y escalonada reducidos equivalentes.
Hi @Paola, I understand that you are looking for ways to find equivalent row echelon and reduced row echelon matrices for a giv...

5 dagen ago | 0

Answered
Error in nlinfit function - UAV Processing Toolbox
Hi @Ana Luisa, Consider the following usage of a function and variable names: beta = nlinfit(X,Y,modelfun,beta0) As per the "...

6 dagen ago | 0

Answered
Error using DAGNetwork/layerGraph
Hi @Faisal, The error mentioned in the comments is due to the fact that the "layerGraph" MATLAB function is being overrided by ...

6 dagen ago | 0

Answered
How to clear mobiledev?
Hi @tianjie zhang, If you are creating the "mobiledev" object as follows m=mobiledev; then, after using the object for your ...

6 dagen ago | 0

Answered
GAN -- differentiable must be traced dlarray scalar--- error
Hi @sruthi penmetsa, To resolve the error please try calling the "dlgradient" function using a "dlfeval" function from the "mod...

8 dagen ago | 0

Answered
Error with creating 'mobiledev' object
Hi @Saitarun, I am not sure why you are facing this error even after clearing the "mobiledev" object from workspace. Please try...

9 dagen ago | 0

| accepted

Answered
How to implement Grad-CAM in 3D?
Hi @Ava Dolores @Raquel @Juuso Korhonen, I understand that @Juuso Korhonen is using MATLAB R2020b, and hence trying to write a ...

10 dagen ago | 0

Answered
YOLOv4 trainingData format problem
Hello @Josh, I understand that you are facing an error while training YOLOv4. The error states that the class names specified i...

11 dagen ago | 0

Answered
How to access Python enum in Matlab
Hello @Philipp, I am guessing that the python file with the "Enum" class is stored with the name "moduleName.py". Please impor...

11 dagen ago | 0

Answered
error when using segment function
Hi @Emily, I spent some time looking into the code, and I was able to face the same error as mentioned in your query. The erro...

11 dagen ago | 0

Answered
ros2bagreader unable to parse "metadata.yaml"
Hi @Annalisa @Simone, The error you are experiencing may be due to MATLAB R2024b only supporting bag files created with the ROS...

13 dagen ago | 0

Answered
Infineon Buck Simscape Example - View_system('BuckSystem') unrecognized function or variable 'view system" error
Hi @Larry, I understand that you are trying to run the "Infineon Buck Simscape Example" from the following link. https://www.m...

13 dagen ago | 0

Answered
while opening Matlab I am getting error 5201 which is unable to communicate MathWorks services
Hi @Durgesh, This error indicates that MATLAB has encountered a licensing issue. To resolve this error, try these possible solu...

13 dagen ago | 0

Answered
How can I build a 4s6p module using battery builder with cells of different capacities?
Hi @Victor Olivero, Currently I am not sure if there is any function to create a battery pack of cells with different capacitan...

ongeveer een maand ago | 0

Answered
building a Transformer for sorting numbers
Hi @MOHAMMADREZA, The error is occurring because "positionalEncodingLayer" is not a predefined function in MATLAB. You will nee...

ongeveer een maand ago | 0

Answered
Bayesian neural network for nonlinear model identification
Hi @Marco Pizzoli, Yes, the methodology used to train a Bayesian Neural Network (BNN) for predicting the rotation of handwritte...

ongeveer een maand ago | 0

Answered
MRI Brain Tumor Segmentation
Hi @D, For effective segmentation, it is better to use Deep Learning techniques. Please refer to the below link, which will g...

2 maanden ago | 0

Answered
Fitrnet having assignment size errors
Hi @Will, I am not able to reproduce the issue at my end. But please refer to the sample code for creating a neural network usi...

2 maanden ago | 0

Answered
Error using trainNetwork (line 191) Layers argument must be an array of layers or a layer graph in my R2024b version
Hi @Chirag, The error you are getting is because "unet(inputSize, numClasses)" returns a "dlnetwork", but "trainNetwork" expect...

3 maanden ago | 0

Answered
How to associate a set of parameters to a subsystem
Hi @Stephane, To load a set of parameters with same name but different values for two subsytems, first you need to create a mas...

3 maanden ago | 0

Answered
How to use image labeled resulted from Image labeler App (black image) to calculate jaccard Index?
Hi @yasmin ismail, The "7001-236.png" image is a RGB image. So rather than using one channel of the image, it is better to conv...

3 maanden ago | 0

Answered
Feeding parameters into the State-Space block in Simulink through variables.
Hi @fapb88ve, We can use the "Parameter Writer" block to update the parameters of another block. Please look into the screensho...

3 maanden ago | 0

Answered
Face photo sketch recognition
Hi @AP, For performing face sketch recognition, CNN's will be the best choice. While DBNs (Deep Belief Networks) can be used fo...

3 maanden ago | 0

Answered
how to update constant value block from workspace simultaneously?
Hi @jason yeh, To ensure that the value in the constant block gets updated simultaneously when you change the workspace variabl...

3 maanden ago | 0

Answered
How I can find resolved simulink signal objects of a Simulink model and enable "Log Signal Data" option from command line?
Hi @Bulent Unver, I understand that you are trying to log the signals from the command line. You can achieve this using the "Si...

3 maanden ago | 0

Answered
Unable to train() Neural Network in single precision
Hi @Ivan Rodionov, I do not have access to a GPU to reproduce this issue. But, please confirm that "inputs" and "targets" are s...

3 maanden ago | 0

Load more