PSS Common Module
MATLAB toolboxes for aerospace analysis
|
PSS internal file version information. More...
Functions | |
function | transmat (in x) |
Create an object of class transMat. More... | |
function | ctranspose (in a) |
Computes the transpose of a matrix. More... | |
function | get (in a) |
PSS internal file version information. More... | |
function | quaternion (in a) |
PSS internal file version information. More... | |
PSS internal file version information.
Copyright (c) 1997 Princeton Satellite Systems, Inc. All rights reserved.
Converts an input of type transmat to type quat.
function ctranspose | ( | in | a | ) |
function get | ( | in | a | ) |
function quaternion | ( | in | a | ) |
PSS internal file version information.
Copyright (c) 1998 Princeton Satellite Systems, Inc.
All rights reserved.
Converts an input of type transmat to type quat.
b = quaternion( a )
a (:) Object of type transmat
b (:) Object of class quaternion
function transmat | ( | in | x | ) |
Create an object of class transMat.
You can input:
quat 3-by-1 matrix - assumed to be an array of angles 3-by-3 matrix - a transformation matrix
transmat will orthogonalize the matrix automatically.
m = transmat( x )
x (:,:) Quaternion (3,3) Matrix (3,1) Array of angles
m (1,1) Object of class transMat.