Skip to content

Commit

Permalink
Removed instruction to create results directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dc2917 committed Jan 8, 2025
1 parent 1bc83ba commit 3602181
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions episodes/01-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,10 @@ It recommends the following for project organization:

::::::::::::::::::::::::::::::::::::::::::::::::::

We already have a `data` directory in our `matlab-novice-inflammation` project directory,
so we only need to create a `results` directory for this project.
You can use your computer's file browser to create this directory.
We'll save all our scripts and function files in the main project directory.
Our main project directory is `matlab-novice-inflammation`, where we'll save all our
scripts and function files. We already have `data` and `results` directories here.

A final step is to set the *current folder* in MATLAB to our project folder.
A crucial step is to set the *current folder* in MATLAB to our project directory.
Use the **Current Folder** window in the MATLAB GUI to browse to your project folder
(`matlab-novice-inflammation`).

Expand Down

0 comments on commit 3602181

Please sign in to comment.