function [A] = zero_matrix(N);
  A = zeros(N,N);
endfunction;


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]