main.m File Reference

Functions

Scans y (i,:)
end figure (1)
 xlabel ('Theta/rad')
 ylabel ('R/mm') plot(Scans.t(previous_scan_index
Scans r (previous_scan_index,:)
Scans figure (2)
 plot (Scans.x(previous_scan_index,:), Scans.y(previous_scan_index,:),'.') axis([-4000 4000-4000 4000])
 xlabel ('x/mm')
 ylabel ('y/mm')
if abs (d) > 100 imax
object ph (1,:)
object ph (2,:)
object ph (3,:)

Variables

clear all
clc Scans r = dlmread('datafile')
Scans t = repmat(deg2rad(linspace(-45,-45+270,1081)),size(Scans.r,1),1)
 previous_scan_index = 190
for i
hold on
 __pad0__
hold off
 index = (g.t+45)*4+1
 break
hold on object x = Scans.x(previous_scan_index,imin:imax)
object y = Scans.y(previous_scan_index,imin:imax)
object dt = abs(Scans.t(previous_scan_index,imin)-Scans.t(previous_scan_index,imax))
object tm = (Scans.t(previous_scan_index,imin)+Scans.t(previous_scan_index,imax))/2
object rmin = min(object.r)
object rmax = max(object.r)
object dr = object.rmax-object.rmin
object hyp tx = linspace(-80,80,10)
object hyp ty = linspace(-80,80,10)
object hyp rx = 0
object hyp ry = 0
 new_scan_index = previous_scan_index+1

Function Documentation

if abs (  ) 
Scans figure (  ) 
end figure (  ) 
object ph ( ,
 
)
object ph ( ,
 
)
object ph ( ,
 
)
plot ( Scans.  xprevious_scan_index,:,
Scans.  yprevious_scan_index,:,
'.'   
)
Scans r ( previous_scan_index  ,
 
)
Type Constraints
xlabel ( 'x/mm'   ) 
xlabel ( 'Theta/rad'   ) 
Scans y ( i  ,
 
)
ylabel ( 'y/mm'   ) 
ylabel ( 'R/mm'   ) 

Variable Documentation

close all
index = (g.t+45)*4+1
hold off
axis square grid on
object r = dlmread('datafile')
object rmax = max(object.r)
object rmin = min(object.r)
object hyp rx = 0
object hyp ry = 0
object t = repmat(deg2rad(linspace(-45,-45+270,1081)),size(Scans.r,1),1)
object hyp tx = linspace(-80,80,10)
object hyp ty = linspace(-80,80,10)
hold on object x = Scans.x(previous_scan_index,imin:imax)
object y = Scans.y(previous_scan_index,imin:imax)
Generated on Wed Jun 2 12:43:03 2010 for LAR Atlas by  doxygen 1.6.3