bavamurali
Member level 1
my matlab program is like this
i=90030021002145212;
b=90030021003000000;
while(i<b)
fprintf('%f\n',i);
i=i+1;
end
try this one and solve it i want increment of one
i=90030021002145212;
b=90030021003000000;
while(i<b)
fprintf('%f\n',i);
i=i+1;
end
try this one and solve it i want increment of one