Search:
MATLAB Central
File Exchange
Answers
Newsgroup
Link Exchange
Blogs
Trendy
Cody
Contest
MathWorks.com
Log In
Create Account
Log In
File Exchange
Answers
Newsgroup
Link Exchange
Blogs
Trendy
Cody
Contest
MathWorks.com
Contest Main Page
Hall of Fame
FAQ
Contest: MATLAB Golf: Heaviest
Rules
Queue
Submissions
Submission Comments
Players
Winners
Contest Blog
Newsgroup Discussion
Work for us!
Winner
François Glineur
(
FDA12.01
)
Finish
2003-11-12 15:00:00 UTC
conv Inf b2
by
nikola
Status: Failed
Results: []
Comments
nikola
05 Nov 2003
[m n b]=size(a);
for i=2:n
for j=1:max(a(:))
c=a;
c(a~=j)=-Inf;
b=max([b;max(max(conv2(c,ones(i),'valid')))]);
end;
end
Add a comment:
Please
login or create a profile
.
Code
c = ?
Share This
Delicious
Digg
Facebook
Google
StumbleUpon
Technorati