Effacer les filtres
Effacer les filtres

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 vues (au cours des 30 derniers jours)
John Hobbs
John Hobbs le 13 Août 2024 à 21:00
Commenté : Steven Lord le 13 Août 2024 à 23:20
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

Réponses (2)

Steven Lord
Steven Lord le 13 Août 2024 à 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 commentaires
John Hobbs
John Hobbs le 13 Août 2024 à 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 le 13 Août 2024 à 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.

Connectez-vous pour commenter.


Walter Roberson
Walter Roberson le 13 Août 2024 à 21:58
That example needs R2023b or later.

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by