photo

Rao


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
208,669
of 300,697

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
37.5%

VOTES RECEIVED
0

RANK
 of 21,043

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,187

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


how to break an image into sub images
i have an image having pixels 512*512 . i want to break it in equal sub images (for eg like into images of 8*8) and want to appl...

13 years ago | 3 answers | 0

3

answers

Question


problem regarding matrix analysis
i want to write a code that will work as : -> i have a matrix (normally 512*512) with any random values. -> a threshold va...

13 years ago | 0 answers | 0

0

answers

Question


running m file from command window
i have this code for bisection method to calculate smallest root % if true function[x,e]=MyBisect(f,a,b,n) ...

13 years ago | 1 answer | 0

1

answer

Question


need help creating a 2D matrix of an image
i have an ycbcr image and i want to get the cb cr planes in a single 2d matrix . Y=ycbcr(:,:,1); Cb=ycbcr(:,:,2); Cr=...

13 years ago | 3 answers | 0

3

answers

Question


Display multiple images on single axes
my gui contains a push button to load an rgb image and an axes to display it and another axes to display r g and b planes separa...

13 years ago | 2 answers | 0

2

answers

Question


how to use a value selected in listbox to use by a push button
i have a gui which contains * a push button to load file * a list box to select no of color (like 8,16,32) * a push butt...

13 years ago | 2 answers | 0

2

answers

Question


problem displaying image in axes
I am currently working on a gui which have : * 1 push button to load image and 1 axes to display it. * 1 push button to co...

13 years ago | 1 answer | 0

1

answer

Question


help required urgently about this error "REFERENCE TO NON EXISTENT FIELD"
im currently working on this thing which converts an rgb image to indexed when i press pushbutton 2 and then it will convert the...

13 years ago | 2 answers | 0

2

answers