Consider preallocating for speed
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
My lengthy program is littered with 'Consider preallocating for speed' suggestions for numerous variables.
What does a more experienced programmer do to circumvent this? Do I really need to allocate space at the start for every variable which this is suggested for?
Kind regards,
Tom
0 commentaires
Réponses (1)
per isakson
le 13 Fév 2014
Litter the program with lines like
A = zeros(25000, 10000);
2 commentaires
per isakson
le 13 Fév 2014
Modifié(e) : per isakson
le 13 Fév 2014
Dimension of left and right hand side must agree for existing variables(??)
Show a line, which causes this error.
The Mathworks server is choked?
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!