Is there a way to get rid of all the ";" in the script?
1 次查看(过去 30 天)
显示 更早的评论
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
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
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Whos 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!