|
> Yes, there should be one on your computer. It's usually labeled "Power".
funny
> Seriously, CTRL-C is the right thing to try, but it is not possible to
> interrupt a call to an internal subroutine, such as a matrix multiply or
> something. The interrupt will only be serviced when that large
> computation is finished and that may be a long time. If you can't wait
> then you'll have to kill the whole process and lose your data,
> unfortunately.
Okay, but it seems like the only way to kill the process (while using Windows) to close MATLAB, which means we have to reopen everything - which could be several m-file editor windows. I'm aware that we can kill matlab in unix from the command line, but the machine at work is a windows machine.
On Maple there's a stop button (on the toolbar IN maple - similar to the toolbar in matlab that has the buttons 'new m-file', 'open file' , 'copy' , 'paste' etc) where we can just stop Maple's activity, whatever it's doing. I don't mind losing all my data, I just don't want to have to close all of matlab just because it took until after running the program for me to realize that my matrix multiplication would take 2 days.
If you're worried about users losing their data unexpectadly, after clicking the stop button matlab could say "warning, you will lose your data, are you sure you want to do this?"
Juliette
|