fossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 7 months agoExplain yourselves, comp sci.mander.xyzimagemessage-square71fedilinkarrow-up1517arrow-down117
arrow-up1500arrow-down1imageExplain yourselves, comp sci.mander.xyzfossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 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!