Mercurial > hg > medcouple
view octmedcouple @ 52:242afe8021b4
medcouple.py: make sure data is floats
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 16 May 2016 22:26:11 -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);