![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13415763_1535718492608_DEF.jpg)
SHUBHDEEP KAUR
Followers: 0 Following: 0
Statistiques
4 Questions
0 Réponses
RANG
230 944
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
75.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
how to read an excel file as input in fuzzy toolbox?
I want to read excel file as an input in fuzzy toolbox..
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
I want RGB to HSV conversion. What changes are required in the following code?
X = im2double(imread('path')); R = X(:,:,1); G= X(:,:,2); B = X(:,:,3); z = zeros(size(R)); ...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
I want to apply Marker-Controlled Watershed Segmentation on a folder containing .jpg images..So what modifications are required in the following code and I also want to store that results in a folder
path_directory='C:\Users\TIET\Desktop\tomato'; % 'Folder name' original_files=dir([path_directory '/*.jpg']); %Note on Image Fo...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
what changes are to be made in the following code to convert all the images in grayscale?
images ='C:\Users\TIET\Desktop\tomato'; jpgfiles=dir(fullfile(images,'\*.jpg*')) n=numel(jpgfiles); idx=randi(n); im=jpgfile...
plus de 6 ans il y a | 1 réponse | 0