photo

komal bharti


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
148,906
of 300,853

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,319

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


resize cell in different dimension
i have a cell of size 20*1 . i want to convert them into 10*2 .

8 years 前 | 1 个回答 | 0

1

个回答

提问


merge two cells from different program
i have 2 program in matlab . cell 1 is from program 1 and cell 2 is from program 2 . size of both cell is 10*1 . can we combine ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


from local binary pattern i have got several number of logical patterns as 11001001 and many more logical patterns of 8 bit . i have created two cell . cell1 contain all uniform pattern and cell2 contain all non -uniform pattern .
i want central pixel of 3*3 matrix from which each logical pattern is generated , should be attached with each pattern . like i...

8 years 前 | 2 个回答 | 0

2

个回答

提问


how to calculate number of uniform pattern and non uniform pattern in local binary pattern ? I want to check for each pattern in ex_cell (in my code) that it is uniform or non uniform?
A=imread('C:\Users\sony\Desktop\matlabprog\ORL Face Database\s1\1.pgm'); %I=rgb2gray(B); B=imresize(A,[10,10]); imshow (B);...

8 years 前 | 0 个回答 | 0

0

个回答

提问


I have 3942*1 matrix and i want to change this into 73*54 matrix . How can i do this ?
after changing matrix size i want to show them as an image .

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to read multiple image from a folder and create histogram for each image and save them ??
srcFiles = dir('C:\Users\sony\Desktop\matlabprog\ORL Face Database\s1\*.pgm'); for i = 1 : 10 filename = strcat('C...

8 years 前 | 1 个回答 | 0

1

个回答