Inline::Octave

Inline::Octave module contains inline octave code into your perl.
Download

Inline::Octave Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Adler
  • Publisher web site:
  • http://search.cpan.org/~aadler/Inline-Octave-0.22/Octave.pm

Inline::Octave Tags


Inline::Octave Description

Inline::Octave module contains inline octave code into your perl. Inline::Octave module contains inline octave code into your perl.SYNOPSIS use Inline Octave => DATA; $f = jnk1(3); print "jnk1=",$f->disp(),"n"; $c= new Inline::Octave(, ]); ($b, $t)= jnk2( $c, , ); print "t=",$t->as_list(),"n"; use Data::Dumper; print Dumper( $b->as_matrix() ); print oct_sum( )->disp(); oct_plot( , ); sleep(2); my $d= (2*$c) x $c->transpose; print $d->disp; __DATA__ __Octave__ function x=jnk1(u); x=u+1; endfunction function =jnk2(x,a,b); b=x+1+a'*b; t=6; endfunction ## Inline::Octave::oct_sum (nargout=1) => sum ## Inline::Octave::oct_plot (nargout=0) => plotRequirements:· Perl Requirements: · Perl


Inline::Octave Related Software