photo

PJM


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
34 587
of 300 379

REPUTATION
1

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
1

RANK
 of 20 931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 299

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 can i generalize this code?
I have an image: <http://img23.imageshack.us/img23/2953/qyht.jpg> And my main work is this, clear all; img=imread('Crop...

ungefär 12 år ago | 0 answers | 0

0

answers

Question


how can i simplify this for loop?
for i=1:2 %for-loop1 for j=1:5 %for-loop2 x(j)=i; y(j)=j+1; t=[x; y]'; end for j=1:5...

ungefär 12 år ago | 2 answers | 0

2

answers

Question


find spots in image
I have an image: <http://imageshack.us/scaled/landing/138/n9m1.jpg> The image has 7 circles.(6 bright, 1 dark) then, how c...

mer än 12 år ago | 0 answers | 0

0

answers

Question


find spots in image
I have an image: <http://img5.imageshack.us/img5/3617/clb1.jpg> and I use the code, then I can find the spots. ---------- ...

mer än 12 år ago | 2 answers | 1

2

answers

Question


find the center point of color
<<http://www.aroundhawaii.com/assets/articles/2008/11/1543/images/nov08.jpg>> Let pixels of the image : 1x10 When I find t...

mer än 12 år ago | 1 answer | 0

1

answer

Question


Find common elements(?) in two arrays
For example, A=[2 2 2; 0 0 1; 1 2 3], B=[1 2 3; 2 2 2; 2 2 0] then I want to find the point of common elements between A,B...

mer än 12 år ago | 1 answer | 0

1

answer

Question


How can I get image value and change value?
Hi. I have an image file. I want to draw a filled inside black circle. Must use this command : img(sub2ind(size(img),y,x))=0...

mer än 12 år ago | 1 answer | 0

1

answer