How to block out code in Live Script
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
alpedhuez
el 26 de Abr. de 2020
Comentada: alpedhuez
el 26 de Abr. de 2020
Suppose I have a live script like
a=1
and
b=2
and
c=3
Now I want to comment out the first two block of the code. That is,
%a=1
and
%b=2
and
%c=3
But is there any way to block out like?
/*
a=1
and
b=2
*/
c=3
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!