How to stop a script from executing

98 Ansichten (letzte 30 Tage)
Chris
Chris am 16 Aug. 2011
Kommentiert: Hernan Larriva am 3 Apr. 2023
This is a basic question but I am wondering how you can halt a script from executing mid script.

Akzeptierte Antwort

bym
bym am 16 Aug. 2011
Ctrl-c (control + c keys)
  4 Kommentare
Hayden Mann
Hayden Mann am 13 Dez. 2018
Make sure you click on the command window then press Ctrl + c.
Hernan Larriva
Hernan Larriva am 3 Apr. 2023
thank very much!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Paulo Silva
Paulo Silva am 16 Aug. 2011
%code
error('Mid script reached, this error message was made on purpose')
%code
Another alternative could be the use of the return function
  2 Kommentare
Shubha
Shubha am 8 Jan. 2014
this is cool! :)
sangmin kim
sangmin kim am 22 Apr. 2022
this is so cool!!

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by