How to lock an area

Здравствуйте! Мне нужно, чтобы удалить области я могу использовать%, чтобы сделать его зеленым и удалить, но можно сделать это на большой площади, а не с помощью% для каждого элемента?

Answers (1)

Cam Salzberger
Cam Salzberger on 20 Aug 2019
Edited: Cam Salzberger on 20 Aug 2019
If I'm translating this correctly, you want to bulk-comment something. You can highlight it all and comment each line at once with the shortcut (CTRL+R) or "%" button in the editor toolstrip. Or you can use a comment block:
%{
Comments
More comments
%}
Code
-Cam

Categories

Products

Asked:

on 20 Aug 2019

Commented:

on 20 Aug 2019

Community Treasure Hunt

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

Start Hunting!