Quaternion Function Reference

zerosq

Quaternion zeros matrix

Syntax

Y = zerosq(N)

Description

zerosq(X) returns a full quaternion matrix of zeros. Accepts the same parameters as the MATLAB® zeros function.

Examples

>> show(zerosq(2))
 
S =
 
     0     0
     0     0

X =
 
     0     0
     0     0

Y =
 
     0     0
     0     0

Z =
 
     0     0
     0     0

See Also

QTFM function: zerosv
MATLAB® function: zeros

© 2008-2013 Stephen J. Sangwine and Nicolas Le Bihan

License terms.