Hi, I need to write a program that converts a positive decimal number to a binary string. I have managed to do this for numbers smaller than 64, but after that matlab turns to scientific notation as I am effectively adding 1, 10, 100, 1000, 10000, etc. at 64 it should read 1000000 instead it gives 1e...