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

조회 수: 1 (최근 30일)
Lisa Lee
Lisa Lee 2017년 8월 13일
댓글: Stephen23 2017년 8월 13일
If you know there is an easy way to get rid of all the ";" in a script, please let me know. Thank you.
  댓글 수: 1
Stephen23
Stephen23 2017년 8월 13일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by