making values 0 using PSO
Info
This question is closed. Reopen it to edit or answer.
Show older comments
HI I HAVE A IMAGE OF SIZE 128X128,i want to make some matrix values as zeros,using PSO ,please help,such that i need 10 matrix values
Answers (1)
Walter Roberson
on 4 Feb 2012
0 votes
Start with your array.
Have your PSO routine generate any one candidate solution that is a scalar in the range 1 to numel(your array). This vector will represent that the array position designated by that scalar value should be set to 0.
Have your quality measure accept the proposed solution as being completely successful.
Quit after the one iteration since you have achieved complete success.
1 Comment
kash
on 4 Feb 2012
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!