Borrar filtros
Borrar filtros

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 visualizaciones (últimos 30 días)
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

Respuestas (2)

Steven Lord
Steven Lord el 13 de Ag. de 2024 a las 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 comentarios
John Hobbs
John Hobbs el 13 de Ag. de 2024 a las 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 el 13 de Ag. de 2024 a las 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.

Iniciar sesión para comentar.


Walter Roberson
Walter Roberson el 13 de Ag. de 2024 a las 21:58
That example needs R2023b or later.

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by