fossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 8 months agoExplain yourselves, comp sci.mander.xyzimagemessage-square63fedilinkarrow-up1513arrow-down117
arrow-up1496arrow-down1imageExplain yourselves, comp sci.mander.xyzfossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 8 months agomessage-square63fedilink
minus-squareyetiftw@lemmy.worldlinkfedilinkEnglisharrow-up4·8 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!