diff options
author | Matt Argao <mcargao@email.wm.edu> | 2013-03-31 22:35:49 -0400 |
---|---|---|
committer | Matt Argao <mcargao@email.wm.edu> | 2013-03-31 22:35:49 -0400 |
commit | 4d08c162d5ce4ac8b7eaeb9d985bfef62c886e99 (patch) | |
tree | 45733367770ddc4585faa09976b403a858d5d8e5 /optics_placer.m | |
parent | 2f3d161985ae2e57ed966981e58eb117d3a49c71 (diff) | |
download | mode_match-4d08c162d5ce4ac8b7eaeb9d985bfef62c886e99.tar.gz mode_match-4d08c162d5ce4ac8b7eaeb9d985bfef62c886e99.zip |
Added descriptions to each function.v3.0
Diffstat (limited to 'optics_placer.m')
-rw-r--r-- | optics_placer.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/optics_placer.m b/optics_placer.m index 247cc81..2407691 100644 --- a/optics_placer.m +++ b/optics_placer.m @@ -1,4 +1,5 @@ function optics = optics_placer( x ,f )
+%Places optical elements within array optics for use in other functions
x1=x(1);
x2=x(2);
x3=x(3);
|