Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add More Functions in Set Column Values dialog (ORG-8945)

In Set Column Values dialog's Statistics category, more time series functions are added:

  • exponential moving average: emovavg
  • triangular moving average: tmovavg
  • weighted moving average: wmovavg
  • modified moving average: mmovavg

Image Removed

Convert Sphere coordinate to Cartesian coordinate (ORG-8236)

Origin provides an X-Function sph2cart to convert Sphere coordinate to Cartesian coordinate. Sphere coordinate data can be in three columns, a virtual matrix or three matrix objects.

You can run

Code Block
sph2cart -d;

to open the dialog.

Image Removed

...