Rank: 1767 based on 32 downloads (last 30 days) and 3 files submitted
Personal Profile:
Professional Interests:
Atmospheric physics

 

Watch this Author's files

 

Files Posted by Angelini View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 Jan 2012 Radiosounding analysis Download and analysis of radiosoundings from the University of Wyoming page. Author: Angelini Federico radiosounding, atmosphere, download, temperature, humidity, pressure 27 1
  • 5.0
5.0 | 1 rating
30 Oct 2009 read_RWS Script for reading radiosoundings from Unversity of Wyoming, and arranging all data in a matrix. Author: Angelini Federico data import, earth science 2 1
  • 5.0
5.0 | 1 rating
23 Jun 2008 fitlin linear analythic least squares fit Author: Angelini Federico fit, linear, regression, analythic, mathematics 3 1
  • 2.0
2.0 | 1 rating
Comments and Ratings on Angelini's Files View all
Updated File Comment by Comments Rating
22 Jan 2012 Radiosounding analysis Download and analysis of radiosoundings from the University of Wyoming page. Author: Angelini Federico Warwick

Very useful to me. Worked without any hitches. Thanks very much.

19 Jul 2010 read_RWS Script for reading radiosoundings from Unversity of Wyoming, and arranging all data in a matrix. Author: Angelini Federico Warwick

Worked straight up. Good for creating climatologies of temperature profiles.

23 Jun 2008 fitlin linear analythic least squares fit Author: Angelini Federico D'Errico, John

Um, all of the many linear least squares tools in Matlab are "absolutely deterministic". So that claim by the author is a bit silly. Why be proud of something so trivial?

More importantly, the code uses a poor scheme for the computations. The method used will be inaccurate when the problem is ill-conditioned. (Yes, ill-conditioning can be an issue even for a linear model when you have a weighted regression.)

The help could use some serious improvement. It lacks an explicit list of the variables, showing the order they appear. Nor does it have an example of use. Many users find an example a big help when they try to use a tool.

The help completely fails to describe the many output variables. What, for example, might the 4th output variable tell you? I don't feel like guessing, and the variable name is not terribly illuminating.

As for the code itself, besides using a poor methodolgy for the regression, the author provides only a single error check, one which in fact is a poor choice. If you call this code with vectors of data, one of which is a row vector, the other a column vector, the code produces an error. Better code would realize that both are vectors. Since the help only specifies that the inputs must be vectors, a user will be confused when they get an error for a valid set of data as defined by the help.

Next, no error check was provided for a singular problem, a far more important check to provide.

One of the lines in the code lacks a semi-colon, so it dumps stuff to the screen when you run it.

There are no internal comments in the code, so anyone who wants to learn what the code does by reading it had better already know what the author intended.

Oh, by the way, you don't need a return statement at the end of your functions.

Top Tags Applied by Angelini
earth science, aerospace, analythic, atmosphere, data import
Files Tagged by Angelini View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 Jan 2012 Radiosounding analysis Download and analysis of radiosoundings from the University of Wyoming page. Author: Angelini Federico radiosounding, atmosphere, download, temperature, humidity, pressure 27 1
  • 5.0
5.0 | 1 rating
30 Oct 2009 read_RWS Script for reading radiosoundings from Unversity of Wyoming, and arranging all data in a matrix. Author: Angelini Federico data import, earth science 2 1
  • 5.0
5.0 | 1 rating
23 Jun 2008 fitlin linear analythic least squares fit Author: Angelini Federico fit, linear, regression, analythic, mathematics 3 1
  • 2.0
2.0 | 1 rating

Contact us at files@mathworks.com