Giter Site home page Giter Site logo

dynasim's Introduction

DynaSim

Join the chat at https://gitter.im/DynaSim/DynaSim

DynaSim toolbox for modeling and simulating dynamical systems in Matlab or Octave

Installation:

  1. Download the DynaSim toolbox: git clone https://github.com/dynasim/dynasim.git
  2. Create a file named startup.m located in
    • If Mac/Linux <home folder>/Documents/MATLAB
    • If Windows <home folder>\Documents\MATLAB
  3. Put the below in the file:
    • If Mac/Linux addpath(genpath('/path/to/dynasim'))
    • If Windows addpath(genpath('\path\to\dynasim'))

Documentation:

Mailing lists:

Branches:

  • master - a direct fork of Jasons code
  • dave_mods - the modded branch

This fork contains Dave Stanley's customizations to DynaSim. Changes incliude:

Core simulator

  • SimulateModel.m: 'parallel_flag' now works (it will produce some warnings due to lock files on server, but these can be ignored)

Plotting

  • PlotFR2.m: New plotting command, an expansion of Jason's PlotFR command with better functionality for handling parameter sweeps (only works with plotting single variables for now).

Utilites (functions that operate on DynaSim Data Structures)

  • ThevEquiv.m: Calculates the Thévenin equivalent voltage and conductance for a given set of M specified ionic channels.
  • CalcAverages.m: which operates on a DynaSim data structure and averages over all cells. This structure can then be passed to PlotData as a means to force PlotData to produce average plots.
  • DownsampleData: Downsamples all data in a DynaSim data structre
  • CalcSumOverFields.m: Creates a new field that is the sum of a bunch of other fields (specified by the "fields" cell array). Useful for adding multiple ionic currents together.

dynasim's People

Contributors

asoplata avatar benpolletta avatar davestanley avatar dynasim avatar erik-roberts avatar gitter-badger avatar jsherfey avatar

Watchers

 avatar

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.