Functions | |
if (needusage) print_usage() | |
endif | if (nargout > 0) retval |
!ezplot3 (fx, fy, fz,[0, 10 *pi], 100) | |
Variables | |
function | retval |
endif endfunction!demo | !fx = @(t) cos (t) |
!fy = @(t) sin (t) | |
!fz = @(t) t |
!ezplot3 | ( | fx | , | |
fy | , | |||
fz | , | |||
100 | ||||
) |
endif if | ( | nargout | , | |
0 | ||||
) |
if | ( | needusage | ) |
endif endfunction !demo !fx = @(t) cos (t) |
!fy = @(t) sin (t) |
!fz = @(t) t |
function retval |