Skip to content

Commit 00a60a5

Browse files
committed
more fixes
1 parent 77a2e64 commit 00a60a5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/tutorials/beginners/installing_spm.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ SPM is already available in a special network folder set up for our course. We j
2121
<summary>Click to see the instructions</summary>
2222

2323
1. Download SPM.zip file from the link on the course Moodle page (in `Data analysis resources` section).
24+
2425
2. Double-click the downloaded `SPM.zip` file to navigate into it.
26+
2527
3. Drag the `SPM` folder from inside the zip file to where you want to keep it.
2628
`Documents\MATLAB` would be a good location.
2729

28-
![Copying SPM](./spm_copy.png)
29-
30-
*Figure: Copying the SPM folder to the N: drive*
31-
3230
Once the copying is complete, open Matlab and type the following command in the command window:
3331

3432
```matlab
@@ -44,9 +42,9 @@ fid = fopen('C:\Users\yourusername\Documents\MATLAB\startup.m','w');
4442
fprintf(fid, 'addpath(''C:\\Users\\yourusername\\Documents\\MATLAB'');');
4543
fclose(fid);
4644
```
47-
</details>
45+
Note that you need to duplicate the backslashes (`\`) in the path within the `fprintf` function.
4846

49-
<br>
47+
</details>
5048

5149
# Testing the installation
5250

0 commit comments

Comments
 (0)