logout

steno3d.logout(...)

Log out of current session on steno3d.com

steno3d.logout() logs user out of their current session with steno3d.com, deletes current user data from the workspace, and removes steno3d from the path if it is not on the default path by default. Note: Although user data is deleted, the API key may remain in MATLAB history. If you feel like your API key has become compromised you may delete it through your online profile.

Example:

steno3d.login();
peaks; steno3d.upload(gcf);
steno3d.logout();

See more EXAMPLES

See also steno3d.login, steno3d.upload, upgradeSteno3D, uninstallSteno3D