Originally posted by: enwar3
How do I remove the extra spaces in the output?
IE so instead of:
ans =
5.0000 1.0000 0.2000
I get:
ans =
5.0000 1.0000 0.2000
I can't find it in google, because stuff like "remove spaces" returns much more complicated stuff...
Originally posted by: KillerCharlie
Originally posted by: enwar3
How do I remove the extra spaces in the output?
IE so instead of:
ans =
5.0000 1.0000 0.2000
I get:
ans =
5.0000 1.0000 0.2000
I can't find it in google, because stuff like "remove spaces" returns much more complicated stuff...
uh.... it looks the same to me?
Originally posted by: Saint Michael
He wants to remove the carriage return below "ans =".
