I have a problem with loading network to workspace . Can anybody help me ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Onur PEKER
am 7 Sep. 2014
Kommentiert: Star Strider
am 7 Sep. 2014
I run a network as neural network. In current folder it seems a 1x1 network but when I try to load , I obtain a 1x1 struct file in workspace.I tried to convert struct2mat or something but no way. I confused so much. Thank you in advance .
0 Kommentare
Akzeptierte Antwort
Star Strider
am 7 Sep. 2014
What code do you use to load it? If you use the load function without an output argument, it should load everything in your mat-file into your workspace. If you use an output argument, it will load the contents of the mat-file into a structure defined by the name of the output argument.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!