RubyGems Navigation menu

matlab-ruby 2.0.0

USAGE: require ‘matlab’ engine = Matlab::Engine.new engine.put_variable "x", 123.456 engine.put_variable "y", 789.101112 engine.eval "z = x * y" engine.get_variable "z" matrix = Matlab::Matrix.new(20, 400) 20.times { |m| 400.times { |n| matrix[m, n] = rand } } engine.put_variable "m", matrix engine.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:
= 複製 已複製

安裝:
=

版本列表:

  1. 2.0.3 - May 19, 2008* (42.0 KB)
  2. 2.0.2 - May 19, 2008* (42.0 KB)
  3. 2.0.1 - February 21, 2008* (42.0 KB)
  4. 2.0.0 - January 07, 2008* (41.5 KB)
  5. 1.0.1 - April 27, 2007* (41.0 KB)
顯示所有版本(共 6)

Runtime 相依性套件 (1):

hoe >= 1.4.0

擁有者:

作者:

  • Jonathan Younger

SHA 256 總和檢查碼:

74b6b1d23b486f2b69c09422b66a395350caf9795343626cba8b20f4beacbc74

總下載次數 25,411

這個版本 4,016

授權:

Ruby 版本需求:

相關連結: