geospace

This program outputs a geometric sequence of n-numbers from a to b.

You are now following this Submission

geospace outputs a geometric sequence of n-numbers from a to b. If both a and b are positive or if both a and b are negative. Otherwise a pseudo-geometric sequence is calculated.

The geometric sequence can be increasing or decreasing.

flag controls whether the product factors increase from a to b or from b to a.

If the product factors are decreasing, then the geometric sequence is subtracted from b.

Cite As

Edward Zechmann (2026). geospace (https://www.mathworks.com/matlabcentral/fileexchange/17740-geospace), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

Improved the pseudo-geometric sequence.