photo

Namrata


R K University

Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
3 Answers

RANK
2,435
of 297,503

REPUTATION
26

CONTRIBUTIONS
3 Questions
3 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
11

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

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

  • Knowledgeable Level 1
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
image subtraction in matlab
try result = imsubtract(image1,image2); imshow(result,[ ])

14 years ago | 0

Question


saving colormap
below are the commands I am using: cmap = contrast(Grayscale_Image,100); colormap(cmap); The resulting colormap is need...

14 years ago | 1 answer | 0

1

answer

Answered
detection
it will help if you elaborate the objective of your program. Image subtraction could be one of the solutions.

14 years ago | 0

Answered
Execution Time
execution time can be found by tic-toc command.place tic; before the first line of code and toc; after the last line of the code...

14 years ago | 11

| accepted

Question


drawing a parabola given distance between vertex and focus, and angle of parabola
how to draw a parabola if distance between its vertex and focus is given and also the angle of parabola is given?

14 years ago | 2 answers | 0

2

answers

Question


how to find parabola from a grayscale image
What is the procedure/code to find parabolas from a rectangular gray scale image? I am having normalized iris image rubber shee...

14 years ago | 1 answer | 0

1

answer