public class ImageJMATLABCommands extends AbstractRichPlugin implements MATLABCommands
MATLABCommands
suite for converting ImageJ data structures to MATLAB
structures.Constructor and Description |
---|
ImageJMATLABCommands() |
Modifier and Type | Method and Description |
---|---|
void |
getDataset()
Converts the active
Dataset to a MATLAB matrix, stored in a
variable using Named.getName() . |
void |
getDatasetAs(String name)
As
getDataset() , using the specified variable name. |
String |
help() |
void |
show(String matrix)
Take an array variable in MATLAB and attempt to display it as a Dataset
in ImageJ
|
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public static final String NAME
public void getDataset()
Dataset
to a MATLAB matrix, stored in a
variable using Named.getName()
.public void getDatasetAs(String name)
getDataset()
, using the specified variable name.public void show(String matrix)
public String help()
help
in interface MATLABCommands
Copyright © 2014–2022 ImageJ. All rights reserved.