Mercurial > hg > medcouple
view octmedcouple @ 54:bb6e5cf6aa83
plots: add geometric data
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 16 May 2016 22:29:33 -0400 |
parents | bb3a5c43fc65 |
children |
line wrap: on
line source
#!/usr/bin/octave -q args = argv(); if isempty(args) disp("Provide input filename"); exit(1); endif fname = args{1}; format long; x = load(fname); m = mc(x); disp(m);