Is there a way to get rid of all the ";" in the script?

3 Ansichten (letzte 30 Tage)
Lisa Lee
Lisa Lee am 13 Aug. 2017
Kommentiert: Stephen23 am 13 Aug. 2017
If you know there is an easy way to get rid of all the ";" in a script, please let me know. Thank you.
  1 Kommentar
Stephen23
Stephen23 am 13 Aug. 2017
If you only want to replace ; at the end of the line (and not in matrix definitions, etc), then use Notepad++ and its the regular expression find-and-replace with ;$ as the search pattern.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

the cyclist
the cyclist am 13 Aug. 2017
Assuming you are using the MATLAB editor, type ctrl-f or cmd-f (depending on platform) to open the find & replace window.

Kategorien

Mehr zu Programming 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