Rank: 728 based on 106 downloads (last 30 days) and 8 files submitted
photo

Matthew Roughan

E-mail
Company/University
University of Adelaide
Lat/Long
34.617, 138.469

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Matthew View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
05 Apr 2011 Screenshot Reuleaux triangle and friends A Reuleaux triangle is a shape of constant width based on an equilateral triangle. Author: Matthew Roughan geometry, polygon, reuleaux 4 0
04 Apr 2011 Screenshot rand_gamma Generates Gamma randomc variables. Author: Matthew Roughan random, statistics, simulation 4 0
09 Mar 2011 Screenshot surf2solid Conversion routines to take a surface and convert this into a solid. Author: Matthew Roughan stl, 3d printer, data export 10 0
28 Oct 2009 Screenshot gaussian_mixture_model.m Estimate the parameters of a 1D Gaussian Mixture Model using the EM algorithm. Author: Matthew Roughan estimation, em, expectation maximizat..., mixture model, gaussian, statistics 46 5
  • 4.25
4.2 | 4 ratings
02 Aug 2009 Screenshot randp.m Generate Pareto random variables. Author: Matthew Roughan statistics, random number, pareto, random number generat..., distribution, heavy tail 14 0
Comments and Ratings on Matthew's Files View all
Updated File Comment by Comments Rating
23 Jan 2012 gaussian_mixture_model.m Estimate the parameters of a 1D Gaussian Mixture Model using the EM algorithm. Author: Matthew Roughan Schachter, Jonathan

There's a "path" variable in gaussian)mixture_model.m that's hardwired to one of your local directories. Commenting it out made the script run.

25 Oct 2011 gaussian_mixture_model.m Estimate the parameters of a 1D Gaussian Mixture Model using the EM algorithm. Author: Matthew Roughan Conover, Kent

This function does not fit the parameters by maximizing EM, the log sum likelihood. Instead, the search is terminated when the parameter estimates are stable. As a result the fits can be poor.

31 Oct 2010 gaussian_mixture_model.m Estimate the parameters of a 1D Gaussian Mixture Model using the EM algorithm. Author: Matthew Roughan Scott

Great M-file - thanks so much for this contribution - it works well for my application.

05 Oct 2010 gaussian_mixture_model.m Estimate the parameters of a 1D Gaussian Mixture Model using the EM algorithm. Author: Matthew Roughan Avi

EXCELLENT !!!

01 Jun 2010 crosshatch_poly crosshatch_poly fills a polygon with slanted lines at a specified angle and separation. Author: Matthew Roughan Wozabal, David

This seems to be a very nice function in principle.

However, I noticed that it stops working if the axis are on a different scale (in particular the angle of the hatching is always 90°, independent of the respective parameter).

EXAMPLE (modified from crosshatch_poly_test.m)
--------------------------------------------------------------------
x = 2 + [0 3 3 0];
y = 1 + [0 0 3 3];

%%%% SIMPLE EXAMPLE
figure(1)
[h,g] = crosshatch_poly(x*1000, y, 30, 0.25*1000, ...
'edgestyle', '-', 'edgecolor', 'b', 'edgewidth', 2, ...
'linestyle', '--', 'linecolor', 'r', 'linewidth', 1);
set(gca, 'xlim', [0 7*1000]);
set(gca, 'ylim', [0 7]);
axis square
-----------------------------------------------------------------------------

Top Tags Applied by Matthew
statistics, estimation, graphics, hatch, hatching
Files Tagged by Matthew View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
05 Apr 2011 Screenshot Reuleaux triangle and friends A Reuleaux triangle is a shape of constant width based on an equilateral triangle. Author: Matthew Roughan geometry, polygon, reuleaux 4 0
04 Apr 2011 Screenshot rand_gamma Generates Gamma randomc variables. Author: Matthew Roughan random, statistics, simulation 4 0
09 Mar 2011 Screenshot surf2solid Conversion routines to take a surface and convert this into a solid. Author: Matthew Roughan stl, 3d printer, data export 10 0
28 Oct 2009 Screenshot gaussian_mixture_model.m Estimate the parameters of a 1D Gaussian Mixture Model using the EM algorithm. Author: Matthew Roughan estimation, em, expectation maximizat..., mixture model, gaussian, statistics 46 5
  • 4.25
4.2 | 4 ratings
02 Aug 2009 Screenshot randp.m Generate Pareto random variables. Author: Matthew Roughan statistics, random number, pareto, random number generat..., distribution, heavy tail 14 0

Contact us at files@mathworks.com