Steno3D MATLAB Client

Steno3D


ReadTheDocs BSD License

Welcome to the MATLAB client library for Steno3D by ARANZ Geo Limited. Explore and collaborate on your 3D data!

Demo Video

steno3dmat demo

Quickstart

Warning

This library is in PRE-RELEASE. Please submit any issues or feedback on github. There will very likely be backwards-incompatible changes as development continues. You can follow along with new releases on the github release page.

If you have not yet installed Steno3D for MATLAB, you can download the zip file then in MATLAB:

cd Downloads/;
unzip('steno3dmat.zip');
cd steno3dmat;
installSteno3D;

Note

Steno3D requires MATLAB version R2014b or later.

You also need to sign up for a Steno3D account. From there, you can request a developer API key.

At that point, login and start uploading your MATLAB figures

steno3d.login;
peaks;
proj = steno3d.convert(gcf);
proj.upload;

Function and API documentation is available from within MATLAB

help steno3d;

or online.

If you run into problems or if you see a new release on github, you can upgrade in MATLAB:

upgradeSteno3D;

If your problems persist, please submit an issue.

The latest version of Steno3D is 1.0.1. Detailed release notes are available on github.

Index