Short Description

Import and export Icy sequences into Matlab .mat files within protocols.

Documentation

This plugin provides some tools to import and export Icy sequences into Matlab native .mat files from the protocol framework provided by the Blocks plugin.

To interact with Matlab .mat files, three main blocks are packaged with this plugin:

  • MatlabDiscovererBlock : list all the variables contained in a Matlab .mat file, and return their names,
  • MatlabImporterBlock : import one of the variable contained in a Matlab .mat file as a sequence,
  • MatlabExporterBlock : export a sequence into a Matlab .mat file.

The plugin provides also a DimensionMappingBlock which can be used to create a DimensionMapping object; these objects describe how to perform conversion between Matlab nD arrays and Icy 5D sequences (see the documentation of the Matlab IO plugin for more details).

To work with Matlab .mat files from Icy without the framework proposed by the Blocks plugin, please consider using the Matlab importer and Matlab exporter plugins.

Leave a Review

Leave a review
Cancel review
View full changelog
Close changelog

Changelog

  • Version 2.5.0.0 • Released on: 2013-02-12 16:04:17
    Download
    Description:

    Fix: version compatible with Matlab IO v2.5.0.0

  • Version 0.0.3.0 • Released on: 2012-08-08 10:37:02
    Download
    Description:

    Fix: SwingVarEditor issue

  • Version 0.0.2.0 • Released on: 2012-06-21 14:45:04
    Download
    Description:

    Fix: minimum kernel version

  • Version 0.0.1.0b • Released on: 2012-06-21 14:41:18
    Download