Clear Filters
Clear Filters

trying to follow the convert-to-spiking example. load("DigitsDataTrain") does not work. I can't find a DOWNLOAD for this .mat file either. John

22 views (last 30 days)
I'm trying to follow the convert-to-spiking NN example.
>> load("DigitsDataTrain")
Error using load
Unable to find file or directory 'DigitsDataTrain'.
*** There is nowhere to download this .mat file that I can find. Thanks, John

Answers (2)

Steven Lord
Steven Lord on 13 Aug 2024 at 21:06
Open the example in MATLAB or in MATLAB Online. This will cause the current directory to change to the directory containing the example and its helper files, one of which is that MAT-file.
  3 Comments
John Hobbs
John Hobbs on 13 Aug 2024 at 21:44
I generally
[1] load the data.
[2] look at the data
[3] operate on the data... I can't get past [1].
V/r,
John Hobbs
Steven Lord
Steven Lord on 13 Aug 2024 at 23:20
Do you have Deep Learning Toolbox installed? This example is part of this product so you will need it to load the MAT-file (and to run the commands later in the example.) You can check using the ver function.
Which release are you using? ver will also show this information.

Sign in to comment.


Walter Roberson
Walter Roberson on 13 Aug 2024 at 21:58
That example needs R2023b or later.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!