photo

SHUBHDEEP KAUR


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
123,369
of 299,768

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 20,800

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,831

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how to read an excel file as input in fuzzy toolbox?
I want to read excel file as an input in fuzzy toolbox..

7 years 前 | 1 个回答 | 0

1

个回答

提问


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)); ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


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...

7 years 前 | 1 个回答 | 0

1

个回答

提问


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...

7 years 前 | 1 个回答 | 0

1

个回答