openExample('nnet/SolveODEsUsingANeuralNetworkExample') error
23 vues (au cours des 30 derniers jours)
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
0 commentaires
Réponses (1)
Reshma Nerella
le 10 Déc 2021
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.
0 commentaires
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!