How can I obtain the functions parameterStructToVector and parameterVectorToStruct?
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Luis Mora Ortiz
am 8 Okt. 2021
Kommentiert: yang zhao
am 19 Okt. 2021
I want to execute the code provided as an example in the following page https://es.mathworks.com/help/deeplearning/ug/solve-partial-differential-equations-with-lbfgs-method-and-deep-learning.html but I am unable to do so since the code relies on the functions parameterStructToVector and parameterVectorToStruct and I am unable to generate them in my computer. How can I get these two functions or replicate them to be able to run the code?
0 Kommentare
Akzeptierte Antwort
Mahesh Taparia
am 11 Okt. 2021
Hi
You can get the function in the example folder. The example path is given in the top right side of this documentation page. Or else you can run the below given command to move to the example directory.
openExample('nnet/TrainPhysicsInformedNeuralNetworkWithLBFGSAndAutoDiffExample')
The example folder contains all the helper functions.
Hope it will help!
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB 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!