photo

Pravitha A


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

Followers: 0   Following: 0

统计学

All
MATLAB Answers

4 个提问
0 个回答

ThingSpeak

1 公开的 个频道

排名
163,845
of 300,950

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,120

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,885

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
1 公开的 个频道

平均
30

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Image read in MATLAB and C
I have program to read an image in MATLAB % open image file fd = fopen("i00.dng"); % read order order = fread(fd, 1, '...

6 years 前 | 1 个回答 | 0

1

个回答

提问


skip bytes using fread() in MATLAB and C
The MATLAB code to skip 2 bytes was given as fread(fd, 1, 'uint16'); So, Can I write this code in C as fread(,2,1,fd); PLe...

6 years 前 | 0 个回答 | 0

0

个回答

提问


fread() in MATLAB and C
Is fread() in MATLAB and C different? I have a command offset = fread(fd, 1, 'uint32'); Can I directly use this comman in a C...

6 years 前 | 1 个回答 | 0

1

个回答

提问


creating channels in an array
I saw a code from rgbe bayer conversion program as follows: % subsample HDR image to get RGGB Bayer pattern I(1:2:end, 1:2:...

6 years 前 | 1 个回答 | 0

1

个回答

频道


fgh

8 years 前