How to stop training using command window??

1 view (last 30 days)
moustafa
moustafa on 8 Jan 2013
I'm using matlabpool to speed up computations. the issue is, while using
net.trainParam.showWindow = true;
net.trainParam.showCommandLine = true;
net.trainParam.show= 5;
[net,tr] = train(net,inputs,targets,'useParallel','yes','showResources','yes');
there is NO training window appear, so, i cant see plot functions neither stop button.
what if i want to stop the training using command window? and if i want to show some plots while training, what should i do?
using matlab 2012.

Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!