photo

Kavita


Last seen: 5 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
172,256
of 300,786

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 21,091

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,061

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to read multiple images from a folder where images have names like "3_nouvel-obs_hbhnr300_constructedPdf_Nouvelobs2402PDF.clean.png" , "7_nouvel-obs_hbhnr300_constructedPdf_Nouvelobs2402PDF.clean.png" and so on.
myfolder='G:\Matlab Code-IIITA\DATASETS\nouvel_obs_2402_clean-1.0\input'; pngfiles=dir(fullfile(myfolder,'\*_nouvel-obs_hbhnr30...

6 years 前 | 1 个回答 | 0

1

个回答

提问


run length compression algorithm
How to apply run length compression and save compressed data by Run Length Coding in matlab?

6 years 前 | 1 个回答 | 0

1

个回答

提问


Difference in im2bw and imbinarize function while display the binary image
BW=im2bw(I); subplot(1,1,1), imshow(BW), title('BINARY') I am getting the binary image as output when i run the above code...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How are files stored in memory? How do i get the binary representation of a pdf file (containing text) or say any file (Ex: doc file) so that i can view it and make any manipulations in matlab? Is it binary data that gets stored ?
How are files stored in memory? How do i get the binary representation of a pdf file (containing text) or say any file (Ex: doc ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Assuming a pdf file containing only text data when it is attached to an email how is it stored in what format? How it is transmitted to receiver in packets? behind scenes how this pdf text document looks when stored?
Assuming a pdf file containing only text data when it is attached to an email how is it stored in what format? How it is transmi...

7 years 前 | 0 个回答 | 0

0

个回答

提问


When i do decimal to binary conversion for a "test.doc" file which contains data as "WELCOME TO PROGRAMMING" i get some binary values.Same file whn i convert it to pdf i.e,"test.pdf" & do decimal to binary conversion i get different binary value why?
When i do decimal to binary conversion for a "test.doc" file which contains data as "WELCOME TO PROGRAMMING" i get some binary v...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possibl to see the values of the pdf file in matlab? For ex: if i use Image=imread('apple.jpg') file & display 'Image' i will get/see the pixel values of image file. Similarly, is it possible to see the values of a pdf file?
Is it possibl to see the values of the pdf file in matlab? For ex: if i use Image=imread('apple.jpg') file & display 'Image' var...

7 years 前 | 0 个回答 | 0

0

个回答