How to stop Stan processing in MATLABStan?

You can use the stop method of the StanFit object. e.g. StanFitObject.stop()

2 Likes