Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Change the download data method for tutorial1 #9

@MauroLeidi

Description

@MauroLeidi

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions