Rank: 11500 based on 0 downloads (last 30 days) and 0 files submitted
photo

Terrance Nearey

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Terrance View all
Updated File Comments Rating
03 Jun 2011 printeps This works around MATLABs tendency to call all fonts 'Helvetica' in .eps files. Author: Jose Aumentado

Thanks Jose for saving me some time finding out what Matlab should make clear in documentation. (Wish I'd spotted your contribution a couple of days ago!). The fonts actually supported in PRINT or SAVEAS in espc2 formats is apparently version- and platform-dependent.
On MATLAB Mac OS X Version: 10.6.7 Build: 10J869, the only fonts I could find that wound up in eps files were these: 'Courier' 'Helvetica' 'Palatino' 'Symbol' 'Times' 'Times New Roman' 'Zapf Dingbats'

Both Times New Roman and Times showed up as 'Times-Roman' in the eps file, but at least they weren't changed to 'Helvetica'.

15 Mar 2011 settings dialog Set or change arbitrary structure via a dialog Author: Rody Oldenhuis

Well done.
I've also added an optional <argumentName>,<argumentValue> pair
'UpperLeftPositionXY', [xmin,ymax]
to change position of upper left corner of dialog box on my screen. With thetwo-monitor systems I often work with, centering just doesn't work very well.

14 Aug 2010 inputsdlg: Enhanced Input Dialog Box (v1.3) Predefined dialog box function to accept user inputs of several forms Author: Kesh Ikuma

Very nice. And thanks for revising.
I'm trying to write some preprocessors for inputsdlg and have been exercises many of its possibilities in testing the front end code.
I think I've come across a bug. in the call to checkcptions() following line 1535:

The first if-then-else group will fail if Options on input is 'on',
so second one will not be reached.
--------
if isempty(UserOptions) % no option specified, use default
   err = {};
  return;
elseif numel(UserOptions)~=1
   err{2} = 'Options struct must be a scalar.';
    if errdbg, disp('errdbg: Keyboarding'),sysbeep(2),dbstack, keyboard; end; return;
end

% check if User Resize Option is given as on/off string
if ischar(UserOptions) && strcmpi(UserOptions,{'on','off'})
   UserOptions.Resize = UserOptions;
elseif ~isstruct(UserOptions)
   err{2} = 'Options must be ''on'', ''off'', or a struct.';
    if errdbg, disp('errdbg: Keyboarding'),sysbeep(2),dbstack, keyboard; end; return;
end
---------
If your interested, I'll send you the front-ends when I've finished them
Thanks again,
Terry Nearey

20 Jul 2009 Polygon Clipper Given two arbitrary polygons, the routine calculates the resulting polygon ... Author: Sebastian Hölz

Just a quick note...Mac OSX 10.5 Matlab Release 2008a
 Compiled and ran example first time using exactly
the instructions from ReadMe.txt
(cut and pasted them to matlab command window)
Compiler used gcc version 4.0.1 (Apple Inc. build 5465)
(default on my system)
Thanks for terse and sufficient instructions.

26 Jun 2009 General simulated annealing algorithm Minimizes a function with the method of simulated annealing Author: Joachim Vandekerckhove
Top Tags Applied by Terrance
gline, help rsync, panel
Files Tagged by Terrance View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
03 Mar 2008 Screenshot passcode PASSCODE creates a modal dialog box that returns user password input like in usual Windows dialogs. Author: Elmar Tarajan encrypted, password, gui tools, example, passcode, input 22 3
  • 5.0
5.0 | 3 ratings
22 Jan 2007 Screenshot gcircle GCIRCLE Interactively draw a circle similar to gline Author: Daniel Claxton annotation, customization, circle, gline, draw, graphics 3 2
  • 4.5
4.5 | 2 ratings
22 Jan 2007 Screenshot gspline GSPLINE - Interactively draw interpolating spline similar to gline Author: Daniel Claxton gline, annotation, spline, customization, draw, graphics 5 4
  • 5.0
5.0 | 4 ratings

Contact us at files@mathworks.com