hi,
when i use the save option in matlab, the answers that is saved is in floating point format for e.g, 5.7600000e+002 8.7690000e+003 1.7540000e+003 6.7700000e+002.. but i want it in the normal integer format like 5760 8769 1754 677 .... the command i am using is save myData.txt myData...