Octave-Forge
- Extra packages for GNU Octave
Home
·
Packages
·
Developers
·
Documentation
·
FAQ
·
Bugs
·
Mailing Lists
·
Links
·
Code
Navigation
Operators and Keywords
Function List:
» Octave core
» by package
» alphabetical
C++ API
Main Page
Namespaces
Classes
Files
S
earch for
File List
File Members
planerot.m File Reference
Variables
function
[G, y]
y
= G * x(:)
Variable Documentation
function
[G, y]
Initial value:
planerot (
x
) G = givens (
x
(1), x(2))
y = G * x(:)