Rank: 85 based on 539 downloads (last 30 days) and 7 files submitted
Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Andrew View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
29 Sep 2011 Screenshot setname Changes the figure name to equal the figure title. Author: Andrew Bliss figure name, utility, gui 5 0
19 Sep 2011 polar stereographic coordinate transformation (map to lat/lon) Transforms map data into lat/lon coordinates for a polar stereographic map projection. NSIDC/SCAR Author: Andrew Bliss map projections, polar stereographic, nsidc, scar 10 0
19 Sep 2011 polar stereographic coordinate transformation (lat/lon to map) Transforms lat/lon data into map coordinates for a polar stereographic map projection. NSIDC/SCAR Author: Andrew Bliss map projections, nsidc, scar, polar stereographic 12 0
25 Jun 2008 crop whitespace from an image CROP gets rid of whitespace around an image Author: Andrew Bliss crop, whitespace, image 30 10
  • 5.0
5.0 | 8 ratings
25 Jun 2008 Screenshot Datetick with zooming panning and subplots Date formatted tick labels, automatically updated when zoomed or panned. Author: Andrew Bliss data exploration, datetick, zoom, pan, subplots, date 24 12
  • 4.22222
4.2 | 10 ratings
Comments and Ratings by Andrew View all
Updated File Comments Rating
20 Mar 2012 Google Weather Get location specific weather data using Google's Weather API Author: Sagar Aiya

A nice function. Parsing is generally good, but failed for negative temperatures when I ran it. To fix:

For CURRENT_CONDITIONS and FORECASTS change [\w\s\d_/<>=%":.]* to .*

For TEMP, LOWS, and HIGHS change [\d] to [-\d]

Also, not everyone will want an output structure. Get around that with:
function outputstruct = gweather...
...%(your whole function)
if nargout
    outputstruct = Output;
end

24 Jan 2012 cbrewer : colorbrewer schemes for Matlab This function loads colormaps based on the color brewer schemes (http://colorbrewer2.org/) Author: Charles

Nice to see someone port these color scales to Matlab. Thanks!

[You don't need to include the hidden files or the preview jpg in the download].

14 Jan 2010 GPX file reader %LOADGPX Loads route points from a GPS interchange file Author: karl critz

This is a useful, good file. A few adjustments could improve it.

To allow the output, 1st line should be:
function route=loadgpx(fileName,varargin)

Calculate range before the viz section, so it can be output too if the viz option is off.

Something about the units is off but I didn't take the time to figure out what is wrong with it... gmaptogpx is outputting elevations in meters, right?

Thanks!

14 Jan 2010 GPX file reader %LOADGPX Loads route points from a GPS interchange file Author: karl critz
22 Dec 2008 Datetick with zooming panning and subplots Date formatted tick labels, automatically updated when zoomed or panned. Author: Andrew Bliss

You rate my file a 1 simply because you like your own version better? That's not very nice.

Comments and Ratings on Andrew's Files View all
Updated File Comment by Comments Rating
30 Apr 2012 Rotate Tick Label ROTATETICKLABEL rotates tick labels. Author: Andrew Bliss SZACHERSKI, Pascal
09 Apr 2012 crop whitespace from an image CROP gets rid of whitespace around an image Author: Andrew Bliss TAFKARS

Nice job, thanks very much.

04 Mar 2012 crop whitespace from an image CROP gets rid of whitespace around an image Author: Andrew Bliss ali

I tried savefig but it doesn't crop, this one works great! Keeps me from manually cropping every time with another software

06 Feb 2012 Rotate Tick Label ROTATETICKLABEL rotates tick labels. Author: Andrew Bliss Yannick

You may want to add the parameters

,'Parent',h

to the end of the 'text' commands in order not to rely on the value of gca.

01 Dec 2011 Rotate Tick Label ROTATETICKLABEL rotates tick labels. Author: Andrew Bliss noosa

I have this error when I tried to run the program : rotateticklabel(gca,45);
 ??? Undefined function or method 'rotateticklabel' for input arguments of type 'double'.
please there is someone who can help to correct this error?? Thanks !
    

Top Tags Applied by Andrew
annotation, customization, map projections, nsidc, polar stereographic
Files Tagged by Andrew View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
29 Sep 2011 Screenshot setname Changes the figure name to equal the figure title. Author: Andrew Bliss figure name, utility, gui 5 0
19 Sep 2011 polar stereographic coordinate transformation (map to lat/lon) Transforms map data into lat/lon coordinates for a polar stereographic map projection. NSIDC/SCAR Author: Andrew Bliss map projections, polar stereographic, nsidc, scar 10 0
19 Sep 2011 polar stereographic coordinate transformation (lat/lon to map) Transforms lat/lon data into map coordinates for a polar stereographic map projection. NSIDC/SCAR Author: Andrew Bliss map projections, nsidc, scar, polar stereographic 12 0
25 Jun 2008 crop whitespace from an image CROP gets rid of whitespace around an image Author: Andrew Bliss crop, whitespace, image 30 10
  • 5.0
5.0 | 8 ratings
25 Jun 2008 Screenshot Datetick with zooming panning and subplots Date formatted tick labels, automatically updated when zoomed or panned. Author: Andrew Bliss data exploration, datetick, zoom, pan, subplots, date 24 12
  • 4.22222
4.2 | 10 ratings

Contact us at files@mathworks.com