SCIRun Modules

Module Description


This page contains links to the documentation on the SCIRun modules I created for reading/writing matlab data (.mat files). All modules can be found in the MatlabInterface Package of the newest version of SCIRun.
 

The modules

Currently there are five modules for importing and exporting data into SCIRun. One set of modules to import and export SCIRun matrices, a set of modules to import and export SCIRun Nrrd objects and one module to import matlab data as a SCIRun mesh/field object. The module to export fields/meshes is still work in progress.



matlabfieldsreader

This module loads a matlab matrix as a SCIRun field/mesh object. For this module to work properly the matlab matrix needs to be formatted as a structured matrix. Click on the module icon to obtain more information on formatting matlab files so they can be used by this module.
matlabmatricesreader

This module loads a numeric matrix and converts it into a SCIRun matrix object. Click on the module icon to obtain more information on this module.
matlabmatriceswriter

This module exports a SCIRun matrix as a numeric matlab matrix (dense or sparse). Click on the module icon to obtain more information on this module.
matlabnrrdsreader

This module loads a numeric matrix and converts it into a SCIRun NRRD object. Click on the module icon to obtain more information on this module.
matlabnrrdswriter

This module exports a SCIRun NRRD object as a numeric matlab matrix (dense or sparse). Click on the module icon to obtain more information on this module.