Rank: 632 based on 111 downloads (last 30 days) and 8 files submitted
photo

Yvan Lengwiler

E-mail
Company/University
University of Basel
Lat/Long
47.54526519775391, 7.597894191741943

Personal Profile:
Professional Interests:
finance, asset pricing, auction theory, differential equations

 

Watch this Author's files

 

Files Posted by Yvan View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Sep 2011 Screenshot getxls GETXLS is a GUI that allows you to easily transfer data from an Excel file into Matlab's workspace. Author: Yvan Lengwiler excel, spreadsheet, gui, data import, com server, editorservices 40 1
  • 5.0
5.0 | 2 ratings
22 Jun 2011 Screenshot Straightforward COPY and PASTE functions Allows very simple manual exchange with other applications through the clipboard. Author: Yvan Lengwiler data import, data export, clipboard 23 7
  • 5.0
5.0 | 4 ratings
07 Oct 2010 Screenshot lscatter : scatter plot with labels instead of markers Similar to ML's scatter command, but allows you to use separate labels for each point. Author: Yvan Lengwiler label, figure, plot, scatter, marker 22 4
  • 5.0
5.0 | 4 ratings
30 Jun 2010 Screenshot Gini coefficient and the Lorentz curve Computes the Gini coefficient and the Lorentz curve of weighted data. Author: Yvan Lengwiler statistics, inequality, distribution 8 2
22 Jun 2010 WHO for a given CLASS Displays a list of variables in the base workspace of a given class. Author: Yvan Lengwiler utility 1 0
Comments and Ratings by Yvan View all
Updated File Comments Rating
25 Dec 2011 Straightforward COPY and PASTE functions Allows very simple manual exchange with other applications through the clipboard. Author: Yvan Lengwiler

Robert, thank you for your comment. I'm glad that the functions are helpful.

27 Nov 2011 Gini coefficient and the Lorentz curve Computes the Gini coefficient and the Lorentz curve of weighted data. Author: Yvan Lengwiler

Dear Duarte, this is odd, because line 96 is "[~,ord] = sort(val);", and that is a perfectly valid statement. If you have an older version of Matlab, try replacing the tilde as follows: "[temp,ord] = sort(val);" and let me know if that helps.

22 Jun 2011 Straightforward COPY and PASTE functions Allows very simple manual exchange with other applications through the clipboard. Author: Yvan Lengwiler

Thank you, Joseph. That's a valid point. I've addressed it (maybe slightly more elegantly) by catching this case in the 'onecell' subfunction.

function str = onecell(str,e,ch)
    if isempty(e)
        str = [str, ch];
    elseif isa(e,'char') etc...

Update should be available soon.

13 Jul 2010 txt2mat fast and versatile ascii data import capable of handling large text files Author: Andres

I haven't looked at the code yet, but I have used this submission to read in 1 GB of data. It just worked beautifully, very fast, and allowed me to filter out bogus lines. Very useful submission.

01 Jul 2010 lscatter : scatter plot with labels instead of markers Similar to ML's scatter command, but allows you to use separate labels for each point. Author: Yvan Lengwiler

John,

Thank you for your comment. It is useful, as usual. I was not even aware of the fact that it is standard in Matlab to have case insensitive property names and that they can be shortened! Now that I know, it will make life easier. I will fix the code accordingly, as soon as I can.

Cheers, Yvan

Comments and Ratings on Yvan's Files View all
Updated File Comment by Comments Rating
24 Jan 2012 Straightforward COPY and PASTE functions Allows very simple manual exchange with other applications through the clipboard. Author: Yvan Lengwiler Stefano

Thank you for these functions.
Very useful to overcome the limitations of the clipboard function.

25 Dec 2011 Straightforward COPY and PASTE functions Allows very simple manual exchange with other applications through the clipboard. Author: Yvan Lengwiler Lengwiler, Yvan

Robert, thank you for your comment. I'm glad that the functions are helpful.

19 Dec 2011 Straightforward COPY and PASTE functions Allows very simple manual exchange with other applications through the clipboard. Author: Yvan Lengwiler Alvarez, Robert

After fighting with Matlab's clipboard() function for an hour, I found these functions. They do what they're supposed to, no fuss, no bother. Thanks.

27 Nov 2011 Gini coefficient and the Lorentz curve Computes the Gini coefficient and the Lorentz curve of weighted data. Author: Yvan Lengwiler Lengwiler, Yvan

Dear Duarte, this is odd, because line 96 is "[~,ord] = sort(val);", and that is a perfectly valid statement. If you have an older version of Matlab, try replacing the tilde as follows: "[temp,ord] = sort(val);" and let me know if that helps.

24 Nov 2011 Gini coefficient and the Lorentz curve Computes the Gini coefficient and the Lorentz curve of weighted data. Author: Yvan Lengwiler Oom, Duarte

The progrma gives me a error
??? Error: File: gini.m Line: 96 Column: 7
Expression or statement is incorrect--possibly
unbalanced (, {, or [.

Top Tags Applied by Yvan
statistics, combinatorics, data export, data import, excel
Files Tagged by Yvan View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Sep 2011 Screenshot getxls GETXLS is a GUI that allows you to easily transfer data from an Excel file into Matlab's workspace. Author: Yvan Lengwiler excel, spreadsheet, gui, data import, com server, editorservices 40 1
  • 5.0
5.0 | 2 ratings
22 Jun 2011 Screenshot Straightforward COPY and PASTE functions Allows very simple manual exchange with other applications through the clipboard. Author: Yvan Lengwiler data import, data export, clipboard 23 7
  • 5.0
5.0 | 4 ratings
07 Oct 2010 Screenshot lscatter : scatter plot with labels instead of markers Similar to ML's scatter command, but allows you to use separate labels for each point. Author: Yvan Lengwiler label, figure, plot, scatter, marker 22 4
  • 5.0
5.0 | 4 ratings
30 Jun 2010 Screenshot Gini coefficient and the Lorentz curve Computes the Gini coefficient and the Lorentz curve of weighted data. Author: Yvan Lengwiler statistics, inequality, distribution 8 2
22 Jun 2010 WHO for a given CLASS Displays a list of variables in the base workspace of a given class. Author: Yvan Lengwiler utility 1 0

Contact us at files@mathworks.com