
Python, C++, MATLAB
Spoken Languages:
English, Hindi
Statistics
0 Questions
136 Answers
RANK
526
of 300,302
REPUTATION
148
CONTRIBUTIONS
0 Questions
136 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
17
RANK
of 20,911
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,040
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
Feeds
How to classification use the KNN method with GLCM Ektraction?
Hi @dinda ayusma, To calculate energy, contrast, homogeneity and correlation we can take the help of "graycomatrix" and "grayco...
4 months ago | 0
Is selfAttentionLayer in MATLAB2023a only valid for one-dimensional data?
Hi @silvia meadows, Yes, as you identified "selfAttentionLayer" operates on one dimensional data. So when you have to use the "...
4 months ago | 0
Training CNN for 3D image to image with CombinedDatastore
Hi @Andrew Scott, In MATLAB’s Deep Learning Toolbox, for 3D image-to-image tasks (like denoising or segmentation), the input to...
4 months ago | 0
How to solve the error: The spatial dimension sizes [313 316 3] of the input images to layer 'imageinput' must be greater than or equal to the corresponding minimum input dime
Hi @yasmin ismail, The error is occuring because the network ("triangleSegmentationNetwork") expects grayscale images with an i...
4 months ago | 0
how to performe unpooling in U shaped network?
To create a U-shaped network for image classification and reconstruction, you need to ensure that the layers used for upsampling...
4 months ago | 0
File missing of "VTOL UAV Battery Sizing for Mission Over an Urban Environment" example
Hi @ismail hossain, The error "Unable to find "uav/VTOLUAVBatterySizingForMissionOverAnUrbanEnvironmentExample". Check the exa...
4 months ago | 1
DICOM Parser Accessing Hexadecimal Values
Hi @Emmanuel Parlour, To view the values in a specific tag, which are not visible when using the "dicomdisp" function, we can m...
4 months ago | 0
.mat converstion to jpg png jpeg etc
Hello @Asaf Raza, Inorder to convert the images in '.mat' format to '.jpg', we should load each file and then convert using a "...
4 months ago | 0
execute part of script only if script is called with a callback in simulink
Hi @Jakob, I get that you have to execute two different behaviours inside and outside of Simulink. For that you can use the "bd...
5 months ago | 0
Is it possible (yet) to implement a maxout activation "layer" in 2017b Deep Learning network?
Hi @Terrance Nearey, To implement "Maxout" activation layer, we will have to implement the functionality as a custom layer. Th...
5 months ago | 0
Get/set geoglobe view angle
Hi @scivision, Below are some of the MATLAB functions that might help to get/set camera viewing angles. "campitch" - Set or qu...
5 months ago | 0
DnCNN - how does denoiseImage work?
Hi @Evgenye Phan, As of MATLAB R2024b, I am able to use both "denoiseImage" and "predict" function, without any errors for diff...
5 months ago | 0
Depth color coding using Volumeviewer/ Volshow
Hi @MechenG, To view the volume with the colormap, please use the following lines of code clear; close all; clc; %% Display G...
5 months ago | 0
| accepted
how to count number of buildings in an image in matlab?
Hi @Sirisha Golukonda, For effective segmentation, it is better to use Deep Learning techniques. Please refer to the below li...
5 months ago | 0
Random Forest model, CQI
Hi @ANTONIO, To evaluate the accuracy and the confusion matrix of a random forest model, we can use the below code. load cens...
5 months ago | 0
Can optical flow farneback method work for a single frame?
Hi @Nasrin, Your guess is right. Optical flow is the pattern of apparent motion of image objects between two consecutive frames...
5 months ago | 0
| accepted
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...
5 months ago | 0
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...
5 months ago | 0
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...
5 months ago | 0
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...
5 months ago | 0
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 months ago | 0
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 "...
5 months ago | 0
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 ...
5 months ago | 0
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 ...
5 months ago | 0
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...
6 months ago | 0
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...
6 months ago | 0
| accepted
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 ...
6 months ago | 0
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...
6 months ago | 0
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...
6 months ago | 0
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...
6 months ago | 0