程序代写代做代考 function
handle

function
handle

Scalar
data
type
to
pass
a

function
as
input
 
Applications:
Root
finders,
Numerical
quadrature 
add
@
sign
to
get
function
handle
 
Anonymous
function

organize
file

subfunction

nested
function

function
with
end
statement 
subfunction
below
the
primary
functions

nested
functions
are
enclosed
by
the
primary
 
function

sharing

variables
across
sets
of
functions 
nargin

Summary
of
week
2

Parse
input

default
input 
unknown
length
argument
list

fplot 
function
plot

varargin

figure,
subplot 
color,
mark 
title

xlabel
l
egend

plots

fimplict

plot
in
linear
scale 
plot

data
plot

xlimit 
plot
in
log
scale
 
semilogx,
semilogy,
loglog