Comments on: Continuing a MATLAB Program That Has Crashed https://blogs.mathworks.com/videos/2016/04/05/continuing-a-matlab-program-that-has-crashed/?s_tid=feedtopost Stuart uses video to share his experiences solving problems with MATLAB day-to-day, interesting new features, plus tips and tricks he has picked up along the way. Mon, 23 May 2016 17:45:18 +0000 hourly 1 https://wordpress.org/?v=6.2.2 By: Dave Bergstein https://blogs.mathworks.com/videos/2016/04/05/continuing-a-matlab-program-that-has-crashed/#comment-61133 Tue, 12 Apr 2016 19:49:25 +0000 https://blogs.mathworks.com/videos/?p=1875#comment-61133 @Eric – Thanks for the suggestion!

]]>
By: Stuart McGarrity https://blogs.mathworks.com/videos/2016/04/05/continuing-a-matlab-program-that-has-crashed/#comment-61039 Thu, 07 Apr 2016 17:19:41 +0000 https://blogs.mathworks.com/videos/?p=1875#comment-61039 Yes, good point Brad. I added a note to the post above.

]]>
By: Brad Stiritz https://blogs.mathworks.com/videos/2016/04/05/continuing-a-matlab-program-that-has-crashed/#comment-61029 Thu, 07 Apr 2016 03:00:44 +0000 https://blogs.mathworks.com/videos/?p=1875#comment-61029 Hi Stuart, thanks for the helpful video. I had forgotten about using save & load without args.

For people just getting started with Matlab: it’s worth re-emphasizing that the whole process Stuart describes is predicated on running the following command *before* running your own long process:

>>dbstop if error

]]>
By: Eric https://blogs.mathworks.com/videos/2016/04/05/continuing-a-matlab-program-that-has-crashed/#comment-61020 Wed, 06 Apr 2016 15:42:37 +0000 https://blogs.mathworks.com/videos/?p=1875#comment-61020 Now that the new Engine has enabled the creation of the Pause button, might I be able to hope for “Edit and Continue” support like you can do in Visual Studio for .NET/C++ ?!? That would be incredibly handy at times.

]]>