Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • How can I change display format of outputs?

    Hello community,
    I want to change display format of outputs. For example z value here is -2.9e+02 with scientific format. How can I change this with numeric format?
    Click image for larger version

Name:	Ekran Alıntısı.JPG
Views:	1
Size:	37.2 KB
ID:	1721892

  • #2
    You cannot. But the statistic is stored as r(z), see

    Code:
    return list
    So you can display it as

    Code:
    di %8.5g r(z)

    Comment


    • #3
      Thanks Mr. Andrew.
      Your advice is useful for me.

      Comment

      Working...
      X