Filter löschen
Filter löschen

Commenting Code inside for loop. Orientation Issue

2 Ansichten (letzte 30 Tage)
atharva aalok
atharva aalok am 26 Okt. 2021
Kommentiert: atharva aalok am 26 Okt. 2021
Normal Comment:
% my_var = 20
Commenting using Ctrl+R after selecting whole for loop:
% for i = 1:10
% disp('This is not good :(');
% end
Commenting each line one by one
% for i = 1:10
% disp('This is not good :(');
% end
Is there a way to select the whole for loop and using Ctrl+R comment like in the last case?
Many times when the for loop is large or 2 or 3 times nested the second commenting style really messes up the orientation and look of the code.

Akzeptierte Antwort

Matt J
Matt J am 26 Okt. 2021
No, but enhancement requests for this have been submitted (by me at least).

Weitere Antworten (0)

Kategorien

Mehr zu Dynamic System Models 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