Rank: 41882 based on 0 downloads (last 30 days) and 0 files submitted
photo

Laurens

E-mail
Company/University
Eindhoven University of Technology

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Laurens View all
Updated File Comments Rating
14 Oct 2009 M-code LaTeX Package Easily include nicely syntax highlighted m-code in your LaTeX documents. Author: Florian Knorn

Thanks for this great LaTeX package!

I wanted to include a m-file which has very long lines, too long to display in a single line in my document. After reading the listings user reference I found how to do this:

\lsinputlisting[breaklines=true]{file.m}

you can also show only a few lines, for example only line 4 to 15 of the file.m file:

\lsinputlisting[firstline=4, lastline=15]{file.m}

04 Sep 2009 Ellipse Fit (Direct method) Fits an ellipse to a set of points on a plane; returns the coefficients of the ellipse's equation Author: Nikolai Chernov

The Author (Fitzgibbon) posted some new code of his implementation at his site:

http://research.microsoft.com/en-us/um/people/awf/ellipse/

might be of interest

Contact us at files@mathworks.com