Can someone tell me how to include line numbers when publishing m-file to doc?

33 views (last 30 days)
Hi I try to publish my m-code to a doc file. I would like to include line number in the doc file. Can someone tell me how to do it? Many thanks. Chen

Accepted Answer

Matt J
Matt J on 24 Jan 2013
Edited: Matt J on 24 Jan 2013
One way is to do
>>dbtype yourFile.m
and copy/paste the results to your .doc file.
  2 Comments
Chen
Chen on 24 Jan 2013
Thanks Matt Although dbtype can help, it is not what I am looking for. I did try copy the dbtype output to a new m.file to be published. It does not work, since each line does not meet m-file format.

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB Report Generator in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!