Borrar filtros
Borrar filtros

Running m -files repeatedly

1 visualización (últimos 30 días)
Christopher Bishop
Christopher Bishop el 26 de Ag. de 2016
Respondida: Greg Heath el 27 de Ag. de 2016
Hello, I have an MATLAB script called basicscript.m which is a modified version of the neural network pattern recognition tool pattern.net. The network works fine with my input and target data. I want to repeatedly run the script with the same input and target data to observe changes in the perfomnace (e.g trainperf etc) as the weights are randomised each time the script is run. Ideally, I want to be able to 1. Load the script up with my input and target data once. 2. Repeatedly run the script with the same data by simply pressing a key (say 'C') on the keyboard without having to load the same data each time which is cumbersome. Is there a way to do this in MATLAB without having to load the same data each time. Thanks in advance Chris Bishop

Respuesta aceptada

Greg Heath
Greg Heath el 27 de Ag. de 2016
I have posted zillions of examples w.r.t. multiple designs differing by number of hidden nodes and initial random weights.
Search the NEWSGROUP and ANSWERS using
greg Ntrials Hub
Hope this helps.
Thank you for formally accepting my answer
Greg

Más respuestas (1)

Pawel Ladosz
Pawel Ladosz el 27 de Ag. de 2016
Hi Chris,
I am not sure how to make your script run upon a key press, but to load a data you could use a load() function in matlab, while to run it a few times you could use a for loop?

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by