How can I print line numbers when I use the PUBLISH command in MATLAB?
Mostra commenti meno recenti
I want line numbers printed next to each line of my function when I publish functions using the PUBLISH command.
I would like to see something like
001 function y = MyFunc(x)
002 y = x.^2;
003 end
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Low-Level File I/O in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!