Skip to content

Commit

Permalink
Merge pull request #268 from dc2917/remove_create_results_dir
Browse files Browse the repository at this point in the history
Removed instruction to create results directory
  • Loading branch information
dc2917 authored Jan 8, 2025
2 parents 1bc83ba + 3602181 commit e3d5b28
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 e3d5b28

Please sign in to comment.