openExample('nnet/SolveODEsUsingANeuralNetworkExample') error
Afficher commentaires plus anciens
Run the following code in matlab 2020b openExample('nnet/SolveODEsUsingANeuralNetworkExample')
Error using openExample>resolveInput (line 107) Example "SolveODEsUsingANeuralNetworkExample" not found in "/Applications/MATLAB_R2020b.app/examples/nnet/examples.xml".
Where can i find this example? Many thanks
Réponses (1)
Reshma Nerella
le 10 Déc 2021
0 votes
Hi
The example you are trying to use is included in the version R2021b: https://www.mathworks.com/help/deeplearning/ug/solve-odes-using-a-neural-network.html
The error is because the example is not found in R2020b. To use the example please update to R2021b or open the example in MATLAB Online from the documentation page.
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!