how to simplify the matrix?

5 views (last 30 days)
i want to show A as result in command window as:
A=[10000 20000 30000]
Not
A= 10000*[1 2 3]
how?

Accepted Answer

Walter Roberson
Walter Roberson on 16 Feb 2018
Give the command
format long

More Answers (0)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!