The Thing That Should Not Be
Posted on Tue, 17 Feb 2009 in Technology
Last edited Tue, 17 Feb 2009
Last edited Tue, 17 Feb 2009
This may be the most abominable and utterly insane function I have ever had the misfortune to write.
function oct = octify (n)
oct = sscanf (sprintf ('%o', n), '%d');
end
Thanks Matlab!