PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions | Variables
Main_GetTrackerLags.m File Reference

Go to the source code of this file.

Functions

 set (gca, 'XTick', axisXRange(1):1:axisXRange(2))
 
 set (gca, 'YTick', axisYRange(1):0.005:axisYRange(2))
 
 xlswrite ('PertinentStatistics', [(1:length(trackerLags))', trackerLags'])
 

Variables

close all
 
 axisXRange = xlim
 
 axisYRange = ylim
 
Plot of tracker lags vs trial number hTrackerLagData = line(1:length(trackerLags), trackerLags)
 
 meanCalibrationError = mean(calibrationErrors)
 
 meanTrackerLag = mean(trackerLags)
 
 rootFolder = 'C:\Documents and Settings\moult\My Documents\TemporalCalibrationTests\May_13_2012'
 
 stdCalibrationError = std(calibrationErrors)
 
Get mean and standard deviation of the tracker lags and calibration errors stdTrackerLag = std(trackerLags)
 

Function Documentation

◆ set() [1/2]

set ( gca  ,
'XTick'  ,
axisXRange(1):1:axisXRange(2)   
)

◆ set() [2/2]

set ( gca  ,
'YTick'  ,
axisYRange(1):0.005:axisYRange(2)   
)

◆ xlswrite()

xlswrite ( 'PertinentStatistics'  )

Variable Documentation

◆ all

close all

Definition at line 2 of file Main_GetTrackerLags.m.

◆ axisXRange

axisXRange = xlim

Definition at line 16 of file Main_GetTrackerLags.m.

◆ axisYRange

axisYRange = ylim

Definition at line 18 of file Main_GetTrackerLags.m.

◆ hTrackerLagData

Plot of tracker lags vs trial number hTrackerLagData = line(1:length(trackerLags), trackerLags)

Definition at line 15 of file Main_GetTrackerLags.m.

◆ meanCalibrationError

meanCalibrationError = mean(calibrationErrors)

Definition at line 12 of file Main_GetTrackerLags.m.

◆ meanTrackerLag

meanTrackerLag = mean(trackerLags)

Definition at line 9 of file Main_GetTrackerLags.m.

◆ rootFolder

rootFolder = 'C:\Documents and Settings\moult\My Documents\TemporalCalibrationTests\May_13_2012'

Definition at line 1 of file Main_GetTrackerLags.m.

◆ stdCalibrationError

stdCalibrationError = std(calibrationErrors)

Definition at line 11 of file Main_GetTrackerLags.m.

◆ stdTrackerLag

Get mean and standard deviation of the tracker lags and calibration errors stdTrackerLag = std(trackerLags)

Definition at line 8 of file Main_GetTrackerLags.m.