Please help me to resolve it . I am using it in Ant Colony algorithm
Show older comments
??? Error using ==> times
Matrix dimensions must agree.
Error in ==> ACO at 215
p = ((1-rho).*p + rho.*delta_p_current.*v).*delta_p_current +
p.*(abs(1-delta_p_current));
1 Comment
monisha silvia
on 18 Mar 2018
how did u rectify this error, can u send the code and input image.
Accepted Answer
More Answers (0)
Categories
Find more on Solver-Based Linear Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!