Skip to content

Installation

Jack Loveless edited this page Jul 1, 2017 · 1 revision

To get started:

  1. Clone Blocks from Github.
  2. Run the following commands on the Matlab command prompt:
blockshome = '~/MATLAB/Blocks'; % Edit path to where you placed the Blocks directory
cd(blockshome) 
cd BlocksUtilities
% This function adds the Blocks subdirectories to your Matlab path
blockspath(blockshome) 
  1. You can create a new template model directory structure using:
blocksdirs('~/MATLAB/Blocks/California') % Edit path to specify your project name.
% A new directory will be created if it doesn't exist