-
Notifications
You must be signed in to change notification settings - Fork 12
Getting started::Windows10::
Paula Sanz-Leon edited this page Jun 30, 2021
·
3 revisions
Here are the three simple steps to get neural-flows
correctly in Windows:
(1). Unzip the folder you download from this repo. Make sure the root folder of the toolbox is called neural-flows
. By default, Windows seems to extract the .zip into a folder named neural-flows-master
, but the startup.m function expects just neural-flows
(2) Start matlab and set the current working directory to neural-flows
(3) Just to be 100% sure, check that the startup.m
function that matlab is seeing is the one in neural-flows
. You should get something like:
>> which startup
C:\Users\username\Documents\neural-flows
(4) Call the function startup
, this should set up the corresponding paths automatically and get an info message.
>> startup
neural-flows::startup::Info:: Adding neural-flows folders to Matlab's path.