単位行列を生成する.
Imat = unit( dim )
dim : 次元数 (Scalar)
Imat : 出力オブジェクト (Snapshot)
% Imat = unit(2) % Imat [0]:[0]% 1 0 [1]:[0]% 0 1