Quaternion zeros matrix
Y = zerosq(N)
zerosq(X) returns a full quaternion matrix of zeros. Accepts the same parameters as the MATLAB® zeros function.
>> show(zerosq(2)) S = 0 0 0 0 X = 0 0 0 0 Y = 0 0 0 0 Z = 0 0 0 0
License terms.