No BSD License  

Highlights from
basic paraxial optics toolkit

image thumbnail
from basic paraxial optics toolkit by Andri M. Gretarsson
A set of paraxial optics functions for beam propagation and modal decomposition. Numerous examples.

r=reverse(v);
% Reverses the positions of the elements of a vector

function r=reverse(v);

r=v([length(v):-1:1]);

Contact us at files@mathworks.com