Please help me to resolve it . I am using it in Ant Colony algorithm
Afficher commentaires plus anciens
??? 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 commentaire
monisha silvia
le 18 Mar 2018
how did u rectify this error, can u send the code and input image.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!