fossilesqueM to Science MemesEnglish · 7 months agoExplain yourselves, comp sci.imagemessage-square71fedilinkarrow-up1521arrow-down117
arrow-up1504arrow-down1imageExplain yourselves, comp sci.fossilesqueM to Science MemesEnglish · 7 months agomessage-square71fedilink
minus-squareyetiftw@lemmy.worldlinkfedilinkEnglisharrow-up4·7 months agomatlab likes to pick the smallest available spot in memory to store a list, so for loops that increase the size of a matrix it’s recommended to preallocate the space using a matrix full of zeros!
matlab likes to pick the smallest available spot in memory to store a list, so for loops that increase the size of a matrix it’s recommended to preallocate the space using a matrix full of zeros!