Giter Site home page Giter Site logo

matlab-projects's Introduction

matlab-projects

The missing projects manager for MATLAB

Brief reference

PROJECTS(cmd, projectName) manages current working directory and files that are opened in MATLAB editor (but not the workspace).

Available commands are: list, show, save, load, close, rename, delete, active

PROJECTS or PROJECTS('list') shows all stored projects. Arrow marks active project.

PROJECTS('active') returns the name of the active project

PROJECTS('show') shows information about the current project PROJECTS('show', project_name) shows information about the project

PROJECTS('close') closes all opened files

PROJECTS('save') saves current working directory and editor state under the active project PROJECTS('save', projectName) saves current working directory and editor state under the specified project name

PROJECTS('load') restores the project "default" PROJECTS('load', projectName) restores the project with specified name

PROJECTS('open') is a synonym for PROJECTS('load')

PROJECTS('rename', newName) renames the active project PROJECTS('rename', projectName, newName) renames the project

PROJECTS('delete') deletes the active project PROJECTS('delete', projectName) deletes the project with specified name

Usage examples

projects list
projects save myProject
projects close
projects load default
projects rename myProject myLibrary

Note

All projects are stored in the %dropboxPath%/matlab/projects.mat. This file with the empty "default" project is created at the first run of the script. userpath(fullfile(dropboxPath,'matlab')). For dropbox sync to work userpath must be on your Dropbox path.

Requires http://www.mathworks.com/matlabcentral/fileexchange/47644-dropboxpath-m to function.

First project always has name "default"

License

PyDatastream is released under the MIT license.

matlab-projects's People

Contributors

christhechris avatar vfilimonov avatar

Watchers

 avatar

Forkers

daniloz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.