photo

neha viswanath


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
0 个回答

排名
35,509
of 300,886

声誉
1

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,104

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,502

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


doubt in accessing cell arrays?
myFolder = 'E:\\inverted\\i1'; for PicNum = 100:-1:1; fullFileName = fullfile(myFolder,sprintf('%d.bmp',PicNum)); ...

11 years 前 | 0 个回答 | 0

0

个回答

提问


how to access cell elements in for loop
if true myFolder = 'E:\\inverted\\i1'; for PicNum = 100:-1:1; fullFileName = fullfile(myFolder,sprintf('%d.bmp',P...

11 years 前 | 0 个回答 | 0

0

个回答

提问


how can i get each cell as a seperate image
<</matlabcentral/answers/uploaded_files/25282/img048.jpg>>

11 years 前 | 0 个回答 | 0

0

个回答

提问


how to convert unit8 type images to logical type
if true myFolder = 'E:\\inverted\\i1'; for PicNum = 100:-1:1; fullFileName = fullfile(myFolder,sprintf(...

11 years 前 | 2 个回答 | 0

2

个回答

提问


how to load a folder of images in variables using for loop and arrays ?
Im working on dip.I have a folder of binary images and i want to create variable to each image using arrays and for loop concep...

11 years 前 | 3 个回答 | 0

3

个回答

提问


I have a folder of binary images.I want to assign each image a variable so that it would be easy to extract features for the images.can someone please help me out?
myFolder = 'e:\\invertedimages'; if ~isdir(myFolder) errorMessage = sprintf('Error: The following folder does not exis...

11 years 前 | 2 个回答 | 0

2

个回答