You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
Currently, the installation of the data for tutorial 1 relies on a shell script: demo/data_demo/data_8_tutorial_1/downloadData.sh
This approach assumes the user has a Unix/Linux/macOS environment (or something like WSL on Windows). As a result, Windows users without a Unix-like shell cannot easily run this script.
Suggestion
We should provide a more OS-independent way to download the tutorial data, such as:
A small MATLAB script downloadMatlab.m that works cross-platform.
Or simply add manual download instructions for windows in the README.md file.
This would ensure that the tutorial runs smoothly on all operating systems.