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, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic 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 MATLABCommandsCopyright © 2014–2022 ImageJ. All rights reserved.