Rank: 146 based on 363 downloads (last 30 days) and 10 files submitted
photo

Andrew Bliss

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Andrew View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
18 Apr 2013 Screenshot ticklabelinside Moves tick labels to the inside of the plot axis. Author: Andrew Bliss tick labels, xticklabel, yticklabel 5 0
18 Apr 2013 Screenshot subplotsCM Creates subplots with less wasted space. Subplot sizes and margins are specified in centimeters. Author: Andrew Bliss subplot, plot, tufte 10 0
09 Jan 2013 clearnot CLEARNOT clears all variables except the input variables Author: Andrew Bliss clear 3 5
01 Jun 2012 crop whitespace from an image CROP gets rid of whitespace around an image Author: Andrew Bliss crop, whitespace, image 18 14
  • 4.90909
4.9 | 11 ratings
29 Sep 2011 Screenshot setname Changes the figure name to equal the figure title. Author: Andrew Bliss figure name, utility, gui, potw, pick of the week 10 2
  • 5.0
5.0 | 2 ratings
Comments and Ratings by Andrew View all
Updated File Comments Rating
08 May 2013 explorestruct MATLAB Utility for exploring structures and plotting its fields. Author: Hassan Lahdili

Looks like some updates are in order. I'm getting the following warnings and error using version 2011a. I don't have time today to troubleshoot.

Warning: This undocumented function will be replaced in a future release.
To continue to use it, add 'v0' as its first argument, followed by its normal calling sequence.
> In uitreenode at 73
In explorestruct at 29
Warning: This undocumented function will be replaced in a future release.
To continue to use it, add 'v0' as its first argument, followed by its normal calling sequence.
> In uitree at 106
In explorestruct at 30
Warning: Possible deprecated use of set on a Java object with an HG Property 'UserData'.
> In explorestruct at 37
Warning: Possible deprecated use of get on a Java object with an HG Property 'UserData'.
> In explorestruct at 71
Warning: Possible deprecated use of set on a Java object with an HG Property 'ActionPerformedCallback'.
> In explorestruct at 73
Warning: Possible deprecated use of set on a Java object with an HG Property 'ActionPerformedCallback'.
> In explorestruct at 75
Warning: Possible deprecated use of set on a Java object with an HG Property 'ActionPerformedCallback'.
> In explorestruct at 77
??? There is no 'UIContextMenu' property in the 'com.mathworks.hg.peer.UITreeNode' class.

Error in ==> explorestruct at 83
set(root,'UIContextMenu', cmenu);

30 Aug 2012 crop whitespace from an image CROP gets rid of whitespace around an image Author: Andrew Bliss

Johan- it shouldn't change the colors. Can you give more details or an example file?

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!

Comments and Ratings on Andrew's Files View all
Updated File Comment by Comments Rating
23 May 2013 crop whitespace from an image CROP gets rid of whitespace around an image Author: Andrew Bliss Dani

where is the file???? anybody send me on my email id?

madnan@126.com
thanks in advance..

03 May 2013 Rotate Tick Label ROTATETICKLABEL rotates tick labels. Author: Andrew Bliss Wiviann

My data has 72 columns. I get an error message when using the rotateticklabel function according to:

Index exceeds matrix dimensions.

Error in rotateXLabels/createNewLabels (line 146)
textLabels(ll) = text( ...

Error in rotateXLabels (line 34)
h = createNewLabels( ax, vals, labels, angle );

It works fine up to 47 columns. But if the data is larger, I get this error.

Does anyone know how to solve this?
Thank you in advance.

24 Apr 2013 setname Changes the figure name to equal the figure title. Author: Andrew Bliss arnold

thanks... Another example of mere trivial functionality, that should just be included in the release version :)

19 Apr 2013 setname Changes the figure name to equal the figure title. Author: Andrew Bliss Shoelson, Brett

I love this...it's brilliant!

29 Mar 2013 Rotate Tick Label ROTATETICKLABEL rotates tick labels. Author: Andrew Bliss Murphy, William

It worked, but not when I was using ticks which I had set. The plot I was trying has 21 points, but I only wanted to label every third point [125, 250 500 1000 2000 4000 8000]. The labels that I had used earlier were used, but the other ticks were also labeled
125, 2 3 250 5 6 500 8 9 and so on. So a work around will need to be found. Thank you for the posting.

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
18 Apr 2013 Screenshot ticklabelinside Moves tick labels to the inside of the plot axis. Author: Andrew Bliss tick labels, xticklabel, yticklabel 5 0
18 Apr 2013 Screenshot subplotsCM Creates subplots with less wasted space. Subplot sizes and margins are specified in centimeters. Author: Andrew Bliss subplot, plot, tufte 10 0
09 Jan 2013 clearnot CLEARNOT clears all variables except the input variables Author: Andrew Bliss clear 3 5
01 Jun 2012 crop whitespace from an image CROP gets rid of whitespace around an image Author: Andrew Bliss crop, whitespace, image 18 14
  • 4.90909
4.9 | 11 ratings
29 Sep 2011 Screenshot setname Changes the figure name to equal the figure title. Author: Andrew Bliss figure name, utility, gui, potw, pick of the week 10 2
  • 5.0
5.0 | 2 ratings

Contact us