Rank: 1183 based on 57 downloads (last 30 days) and 2 files submitted
photo

Blair Greenan

E-mail
Company/University
Bedford Inst of Oceanography

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Blair View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
04 Apr 2006 Screenshot colorbarf Add an accurate colorbar to your filled contour plot. Author: Blair Greenan annotation, customization, colorbar, filled, contour, graphics 25 9
  • 4.22222
4.2 | 9 ratings
12 Aug 2004 Screenshot msquery Run queries on a Microsoft Access database and have results returned to the MATLAB workspace. Author: Blair Greenan data export, microsoft access data..., utilities, data import, data, export 32 8
  • 5.0
5.0 | 8 ratings
Comments and Ratings on Blair's Files View all
Updated File Comment by Comments Rating
29 Jan 2012 colorbarf Add an accurate colorbar to your filled contour plot. Author: Blair Greenan Drif, Albert

does it support log scale? Like colorbar('Yscale','log')? I know I can convert the data to log10 first, but the ticks of colorbarf becomes -2 -1 0 1 2, which I want it display as 10^{-2} 10^{-1} 10^{0} 10^{1} 10^{2}, like in Latex. Thx

13 Aug 2010 msquery Run queries on a Microsoft Access database and have results returned to the MATLAB workspace. Author: Blair Greenan Ng, J
13 Aug 2010 msquery Run queries on a Microsoft Access database and have results returned to the MATLAB workspace. Author: Blair Greenan Ng, J

This toolbox is great, but I can't seem to get this to work. I'm using Access 2007 and I get the following error message.

??? Error using ==> actxserver at 91
Server creation failed. Invalid ProgID 'Access.Application'

Error in ==> openDatabase at 52
hacc = actxserver('Access.Application');

What do I need to do to correct this?

14 May 2010 colorbarf Add an accurate colorbar to your filled contour plot. Author: Blair Greenan Fargey, Shannon

can colourbarf be used with pcolor instead of contourf? if so what modifications would have to be made?

14 Jan 2010 msquery Run queries on a Microsoft Access database and have results returned to the MATLAB workspace. Author: Blair Greenan Borovoy, Dmitry

This is really what I need. But I've found small bug. If database doesn't contain any queries, than we get error at line 157 at the file 'opendatabase.m'.
I offer you add such code for example

if(exist('QDName'))
% Update the string presented in the listbox and highlight the first item
QDLength = length(QDName);
set(hQueryList,'String',QDName(1:QDLength),'Value',1);
else
QDLength = 0;
end
Or something else. Because otherwise program is crushed and don't work properly

Top Tags Applied by Blair
annotation, colorbar, contour, customization, data
Files Tagged by Blair View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
04 Apr 2006 Screenshot colorbarf Add an accurate colorbar to your filled contour plot. Author: Blair Greenan annotation, customization, colorbar, filled, contour, graphics 25 9
  • 4.22222
4.2 | 9 ratings
12 Aug 2004 Screenshot msquery Run queries on a Microsoft Access database and have results returned to the MATLAB workspace. Author: Blair Greenan data export, microsoft access data..., utilities, data import, data, export 32 8
  • 5.0
5.0 | 8 ratings

Contact us at files@mathworks.com