diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-04-14 10:01:51 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-04-14 10:01:51 -0400 |
commit | 48c490b71eadf20187c93c1541dda3e40843dcce (patch) | |
tree | 6aed8ac79f92749333576757ec0af5d1e07ba0c8 /wr2q.m | |
parent | 621aff7d0168de6ae2f127e14edfde7d526baf69 (diff) | |
download | mode_match-48c490b71eadf20187c93c1541dda3e40843dcce.tar.gz mode_match-48c490b71eadf20187c93c1541dda3e40843dcce.zip |
functions from abcd.m now in separate files
Ignore-this: 33d046a6087834ae6c896966261af8e3
darcs-hash:20110414140151-067c0-7ee6687ce86608989ad7b9b2b1db276c7c11dbc2
Diffstat (limited to 'wr2q.m')
-rw-r--r-- | wr2q.m | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +function q=wr2q(waste,R,lambda) +% convert Gaussian beam waste and radius to q parameter + q=1./(1./R-1i.*lambda./pi./(waste.^2)); +endfunction + |