How can I comment a group of lines without commenting each line?
ie like \'c\'
/* printf(\"hello\"); printf(\"there\"); */
in Matla
You can use keyboard shortcuts:
To comment multiple lines: CTRL + r
To uncomment multiple lines: CTRL + t
It works perfect in Matlab 2016.