photo

Pravitha A


Last seen: 6 years ago Active since 2018

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
0 Answers

ThingSpeak

1 Public Channel

RANK
163,742
of 300,857

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,097

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,361

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
1 Public Channel

AVERAGE RATING
30

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Channel


fgh

8 years ago