MATLAB: How to simplify the matrix

matrix

i want to show A as result in command window as:
A=[10000 20000 30000]
Not
A= 10000*[1 2 3]
how?

Best Answer

Give the command
format long
Related Question