RubyGems Navigation menu

matlab-ruby 1.0.1

USAGE: require ‘matlab’ engine = Matlab::Engine.new engine.x = 123.456 engine.y = 789.101112 engine.eval_string "z = x * y" engine.z matrix = Matlab::Matrix.new(20, 400) 20.times { |m| 400.times { |n| matrix[m, n] = rand } } engine.m = matrix engine.eval_string "save ‘/tmp/20_x_400_matrix" engine.close == REQUIREMENTS: * MATLAB * GCC or some other compiler to build the included extension * SWIG (If you want to recompile the SWIG wrapper) * Mocha (For testing only)

Gemfile:
= Copiar al portapapeles ¡Copiado!

instalar:
=

Versiones:

  1. 2.0.3 - May 19, 2008* (42 KB)
  2. 2.0.2 - May 19, 2008* (42 KB)
  3. 2.0.1 - February 21, 2008* (42 KB)
  4. 2.0.0 - January 07, 2008* (41,5 KB)
  5. 1.0.1 - April 27, 2007* (41 KB)
Mostrar todas las versiones (6 total)

dependencias de Runtime (1):

hoe >= 1.2.0

Propietarios:

Autores:

  • Jonathan Younger

SHA 256 checksum:

1a88add9076a0ade4897784cc91442df03b9eaee7a7719967dcecff3aaa98847

Total de descargas 25.411

Para esta versión 3.986

Licencias:

N/A

Versión de Ruby requerida: > 0.0.0

Enlace: