Skip to content

scijava/scripting-matlab

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

MATLAB Scripting

This library provides a JSR-223-compliant scripting plugin for the MATLAB language.

It is implemented as a ScriptLanguage plugin for the SciJava Common platform, which means that in addition to being usable directly as a javax.script.ScriptEngineFactory, it also provides some functionality on top, such as the ability to generate lines of script code based on SciJava events.

For a complete list of scripting languages available as part of the SciJava platform, see the Scripting page on the SciJava Common wiki.

See also:

Restrictions:

  • Requires a valid MATLAB installation!
  • Preferences may not be persistable
  • Basic MATLAB evaluations can be done remotely (from an applicaiton running externally to MATLAB). However, transfer of more complex objects (e.g. via script parameters) requires running of scripts from within MATLAB. See MIJI.

About

JSR-223-compliant MATLAB scripting plugin.

Resources

License

Stars

Watchers

Forks

Packages

No packages published