Re: setting up multiple arrays using sequential name.
Posted by dscho on Feb 08, 2009; 3:09pm
URL: http://imagej.273.s1.nabble.com/setting-up-multiple-arrays-using-sequential-name-tp3693809p3693814.html
Hi,
On Sun, 8 Feb 2009, Wolfgang Schechinger wrote:
> is there something in ImageJ that corresponds to Matlab's or Octave's
> eval() command in order to assemble commands during runtime from
> changing parameters?
Umm, writing macros is all about that?
> If not, you might consider to process your data externally with an
> application like Octave that has been designed for matrices and
> re-import it into IJ when the numbercrunching has been done.
In the light of having the option to use Java (or scripting languages such
as Jython, JRuby, Clojure, Javascript or BeanShell, where you do not even
need to compile your script) with a wide range of third-party software to
do number crunching, I find it particularly cumbersome to convert your
data to a format suitable for Octave (or R), call an external program, and
then convert your data back.
Besides, ImageJ is platform independent due to Java being platform
independent, and requiring the user to have a certain program installed
limits the options.
Ciao,
Dscho