Info
This question is closed. Reopen it to edit or answer.
making values 0 using PSO
3 views (last 30 days)
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
0 Comments
Answers (1)
Walter Roberson
on 4 Feb 2012
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
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!