Functions | |
elseif (nargin==1) if(x | |
elseif (x==3) az | |
else | error ("view: expecting single argument to be 2 or 3") |
Variables | |
function [azimuth, elevation] | |
az = tmp(1) | |
el = tmp(2) |
elseif | ( | x | = =3 |
) |
elseif | ( | nargin | = =1 |
) |
az = tmp(1) |
el = tmp(2) |
function[azimuth, elevation] |