File mtt/bin/trans/m/zero_input.m from the latest check-in


function [x] = zero_input(N);
  x = zeros(N,1);
endfunction;


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