The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Method on @sym: flipud (A)

Flip a symbolic matrix vertically.

Example:

A = sym([1 2 pi; 4 5 6]);
flipud (A)
  ⇒ (sym 2×3 matrix)
      ⎡4  5  6⎤
      ⎢       ⎥
      ⎣1  2  π⎦

See also: @sym/fliplr, @sym/reshape.

Package: symbolic