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 次查看(过去 30 天)
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

回答(2 个)

Steven Lord
Steven Lord 2024-8-13,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 个评论
John Hobbs
John Hobbs 2024-8-13,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 2024-8-13,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.

请先登录,再进行评论。


Walter Roberson
Walter Roberson 2024-8-13,21:58
That example needs R2023b or later.

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by