タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

Perlとoctaveに関するchikoのブックマーク (1)

  • Inline::Octave

    NAME Inline::Octave - Inline octave code into your perl SYNOPSIS use Inline Octave => DATA; $f = jnk1(3); print "jnk1=",$f->disp(),"\n"; $c= new Inline::Octave([ [1.5,2,3],[4.5,1,-1] ]); ($b, $t)= jnk2( $c, [4,4],[5,6] ); print "t=",$t->as_list(),"\n"; use Data::Dumper; print Dumper( $b->as_matrix() ); print oct_sum( [1,2,3] )->disp(); oct_plot( [0..4], [3,2,1,2,3] ); sleep(2); my $d= (2*$c) x $c-

    Inline::Octave
  • 1