I’m proud of this, for whatever reason.

[rows cols] = size(this);
odds = 1;
while (odds(end) < ((rows * 2) - 1))
odds(end + 1,1) = (2 * (length(odds) + 1) - 1);
end

Happy Friday, y’all.

Notes

  1. whltexbread posted this
Top of Page