a multi-paradigm numerical computing environment using JS ES7
A scientific Computing Library like R and Matlab
Syntax highlighting for MATLAB, powered by WebAssembly
MATLAB MCP Server - Execute MATLAB code through Model Context Protocol
facttest matlab
MATLAB-inspired 1-dimensional data interpolation.
MATLAB-inspired function to create linearly spaced vectors.
Converts Matlab Level 5 MAT-files to JavaSript objects
Blazing fast runtime for math. Run MATLAB code on CPU or GPU.
Javascript scientific library (like R, NumPy, Matlab)
Run MATLAB commands, scripts, and functions from Node.js with TypeScript support
Matlab package for running basic tests
Tree-sitter WASM grammar for matlab
Matlab package for iterative image reconstruction
MATLAB tree-sitter parser
NPM wrapper for the MATLAB MCP Core Server binary
Matlab grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
MCP server for MATLAB integration - Execute MATLAB code and generate scripts via MCP protocol
MathJSLab - An interpreter with language syntax like MATLAB®/Octave, ISBN 978-65-00-82338-7.
MATLAB filesystem events compatibility layer
Cloud compute for python, js, cv, matlab, R, etc engines
Cloud compute for python, js, cv, matlab, R, etc engines
Matlab package for obtaining Gx and Gy coefficient matrices for use in GROG gridding
Matlab package for Fourier transforms of MRI images.
Command-line calculator with accumulator, memory cells, multi-base arithmetic, and script file support
Rust bindings for the Matlab C API
RayBNN
Extended Data Language (XDL) - Rust implementation
MATLAB tree-sitter parser
MATLAB grammar for arborium (tree-sitter bindings)
Pure-Rust HDF5 writer library (WASM-compatible, no C dependencies)
MATLAB numerical computing language parser with support for scientific computing, data analysis, and visualization.
High-performance MATLAB/Octave syntax mathematical runtime
Rust port of 'Tactical and Strategic Missile Guidance, 7th ed' MATLAB code
Matfile文件格式的读入和写入
Rust implementation of the BEVE (Binary Efficient Versatile Encoding) specification with serde support
Set of common Ruby language extensions
== 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 # May also use block syntax for new Matlab::Engine.new do |engine| engine.put_variable "x", 123.456 engine.get_variable "x" end == 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)
This gem allows you to build a MATLAB Engine Application, a.k.a. a Ruby application that embeds a MATLAB Engine. This is all done by interfacing the MATLAB Engine API. You can read more about the MATLAB Engine API here: http://www.mathworks.com/help/matlab/calling-matlab-engine-from-c-c-and-fortran-programs.html.
Function module similar to `filter` in MatLab or Octave.
Roctave is an attempt to provide some Matlab / Gnu Octave functions in a Ruby gem to generate and analyze digital filters.
A module to allow CodeRunner to run the integrated tokamak modelling suite Cronos. Requires matlab and matlab-ruby (Cronos also requires Matlab).
StairCar is a fully featured matrix library for jruby (think matlab or numpy)
A 2D and 3D plotting module for SciRuby that uses syntax from Gnuplot and to a lesser degree Matlab.
GR's matlab-like high-level API.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.