From 4d08c162d5ce4ac8b7eaeb9d985bfef62c886e99 Mon Sep 17 00:00:00 2001 From: Matt Argao Date: Sun, 31 Mar 2013 22:35:49 -0400 Subject: Added descriptions to each function. --- remove_similar_soln.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remove_similar_soln.m') diff --git a/remove_similar_soln.m b/remove_similar_soln.m index 9bea732..a106aff 100644 --- a/remove_similar_soln.m +++ b/remove_similar_soln.m @@ -1,6 +1,6 @@ function [ possible_lens_placement_uniq, possible_lens_placement, possible_sample_energy, possible_lens_set, index ] = remove_similar_soln( possible_sample_energy, possible_lens_placement, possible_lens_set, n_truncate ) -%REMOVE_SIMILAR_SOLN Summary of this function goes here -% Detailed explanation goes here +%Removes similar solutions based on n_truncate (decimal tolerance to +%determin uniqueness) %Sorting possible solution according to energy [possible_sample_energy, index] = sort(possible_sample_energy); -- cgit v1.2.3