Rank: 345 based on 185 downloads (last 30 days) and 5 files submitted
photo

Tom Davis

E-mail
Company/University
Metzger + Willard, Inc.
Lat/Long
28.07526588439941, -82.36314392089844

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Tom View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
04 Aug 2011 Screenshot SCS Unit Hydrograph Convolution Hydrograph Generation and Analysis Tool Author: Tom Davis hydrology, hydrograph, rainfall, runoff, convolution 12 4
  • 4.0
4.0 | 1 rating
03 Aug 2011 Screenshot Arrow3 Version 5 Draws lines with directional arrowheads. Author: Tom Davis arrow, arrow3, line, customization, vector, arrowhead 75 15
  • 4.6
4.6 | 11 ratings
17 Mar 2008 Screenshot Moody Diagram Generates Moody Diagram Author: Tom Davis gallery, moody, colebrook, darcy, weisbach, reynolds 89 15
  • 4.52174
4.5 | 24 ratings
17 Mar 2008 Screenshot Rectangular Confidence Regions Confidence Hypercubes Author: Tom Davis statistics, probability, multivariate normal d... 3 5
17 Mar 2008 Screenshot Confidence Region Radius Confidence Intervals, Circles, and Spheres Author: Tom Davis statistics, probability, multivariate normal d..., sep, cep, pe 6 0
Comments and Ratings by Tom View all
Updated File Comments Rating
26 Jul 2011 Arrow3 Version 5 Draws lines with directional arrowheads. Author: Tom Davis

Hello, Tomazc --

Please try this and write if you have questions. Thanks.

% Animation Example
figure(5)
t=(0:pi/40:8*pi)'; u=cos(t); v=sin(t);
plot3(20*t,u,v)
axis([0,600,-1.5,1.5,-1.5,1.5])
grid on, view(35,25)
hold on
pbaspect([1.8,1.4,1])
arrow3(zeros(3),diag([500,1.5,1.5]),'l',0.7,[],0)
p=[20*t,u,v]; inc=4:1:length(t);
p2=p(inc,:); p1=p(inc-1,:);
hn=arrow3(p1(1,:),p2(1,:),'0_b',0.7);
for i=2:1:length(p1)
  delete(hn)
  hn=arrow3(p1(i,:),p2(i,:),'0_b',0.7);
  pause(0.01)
end
hold off

14 Apr 2009 Rectangular Confidence Regions Confidence Hypercubes Author: Tom Davis

I cannot replicate this problem using MATLAB 7.7.0.471 (Sept. 17, 2008).

r = rcr(1)

yields r = 1.9600 as expected.

14 Apr 2009 Rectangular Confidence Regions Confidence Hypercubes Author: Tom Davis

Please send me an email message, Viktor. Thanks.

09 Apr 2009 Rectangular Confidence Regions Confidence Hypercubes Author: Tom Davis

I cannot replicate this problem using MATLAB 7.5.

r = rcr(1)

yields r = 1.9600 as expected.

02 Apr 2009 Arrow3 Version 5 Draws lines with directional arrowheads. Author: Tom Davis

Instead of using Copy Figure from the Edit menu, use Save As from the File menu, save the figure as a PNG file, and then insert the PNG file into Word.

Comments and Ratings on Tom's Files View all
Updated File Comment by Comments Rating
11 Dec 2011 Arrow3 Version 5 Draws lines with directional arrowheads. Author: Tom Davis Daniel

Hi Tom,

thanks for that nice contribution. I would enjoy if you could modify the input arguments with string propertys (similar to most of the inbuilt-functions (f.e. 'LineWidth', 2)), in particular to add a 'Parent' property to get rid of the problems with multiple axes!

Thanks,
Daniel

26 Jul 2011 Arrow3 Version 5 Draws lines with directional arrowheads. Author: Tom Davis Davis, Tom

Hello, Tomazc --

Please try this and write if you have questions. Thanks.

% Animation Example
figure(5)
t=(0:pi/40:8*pi)'; u=cos(t); v=sin(t);
plot3(20*t,u,v)
axis([0,600,-1.5,1.5,-1.5,1.5])
grid on, view(35,25)
hold on
pbaspect([1.8,1.4,1])
arrow3(zeros(3),diag([500,1.5,1.5]),'l',0.7,[],0)
p=[20*t,u,v]; inc=4:1:length(t);
p2=p(inc,:); p1=p(inc-1,:);
hn=arrow3(p1(1,:),p2(1,:),'0_b',0.7);
for i=2:1:length(p1)
  delete(hn)
  hn=arrow3(p1(i,:),p2(i,:),'0_b',0.7);
  pause(0.01)
end
hold off

23 Jul 2011 Arrow3 Version 5 Draws lines with directional arrowheads. Author: Tom Davis solo
19 Jul 2011 Arrow3 Version 5 Draws lines with directional arrowheads. Author: Tom Davis Tomazc

I'd like to use arrow3 in animation (for function) where only one arrow will be shown, so i cannot use 'hold on'.
In this case the 'axis' are not working, but i need the same view.

Any suggestion?

figure('Name',['Arrow'])
axis([-400 400 -400 400 -100 700])
XLABEL('x')
YLABEL('y')
ZLABEL('z')
whitebg([1 1 1]);
set(gcf,'Color',[1,1,1]);
view(35, 25)
grid on

for i = 1:1:15
    arrow3([x(i),y(i),z(i)],[fx(i),f(i),fz(i)]);
    pause(0.1)
end

07 Feb 2011 Arrow3 Version 5 Draws lines with directional arrowheads. Author: Tom Davis Salomoni, Sauro

Does what it's supposed to do, and the help files are VERY detailed. Thank you very much! :)

Top Tags Applied by Tom
multivariate normal distribution, probability, statistics, annotation, arrow
Files Tagged by Tom View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
04 Aug 2011 Screenshot SCS Unit Hydrograph Convolution Hydrograph Generation and Analysis Tool Author: Tom Davis hydrology, hydrograph, rainfall, runoff, convolution 12 4
  • 4.0
4.0 | 1 rating
03 Aug 2011 Screenshot Arrow3 Version 5 Draws lines with directional arrowheads. Author: Tom Davis arrow, arrow3, line, customization, vector, arrowhead 75 15
  • 4.6
4.6 | 11 ratings
17 Mar 2008 Screenshot Moody Diagram Generates Moody Diagram Author: Tom Davis gallery, moody, colebrook, darcy, weisbach, reynolds 89 15
  • 4.52174
4.5 | 24 ratings
17 Mar 2008 Screenshot Rectangular Confidence Regions Confidence Hypercubes Author: Tom Davis statistics, probability, multivariate normal d... 3 5
17 Mar 2008 Screenshot Confidence Region Radius Confidence Intervals, Circles, and Spheres Author: Tom Davis statistics, probability, multivariate normal d..., sep, cep, pe 6 0

Contact us at files@mathworks.com