@@ -37,12 +37,10 @@ Most commonly, this issue is corrected by adjusting the `-xMove` / `-xScale` /
**Problem:**`tools.cache('reset')`
<spanstyle="color: red;">
```
Error using rmdir: No directories were removed.
Error in tools.cache (line 67): rmdir(cachepath,'s');
```
</span>
**Solution:** Close any open files (e.g. a .geo file open in GMSH) and ensure that the MATLAB working directory is not in the directory you’re trying to remove (i.e. `pwd` is not in `C:\Users\user\AppData\Local\Temp\pn-mdl-*\`) before calling [tools.cache](Tools/cache.m).
...
...
@@ -89,7 +87,7 @@ If that output does not appear, try running `eidors_startup`, which should be lo
# Common issues with ViNERS experimental code
(note: this is largely peripheral to ViNERS itself, but is included here for completeness. Some of the solutions to these problems )
(note: this is largely peripheral to ViNERS itself, but is included here for completeness. Some of the solutions to these problems will require access to other resources e.g https://gitlab.unimelb.edu.au/ceiber/matlab-utilities)
**Problem:** Unrecognized function or variable `expdir`.