User`s guide
Manuals
Brands
MATLAB Manuals
Other
APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE
201
202
203
204
205
206
207
208
209
210
%#function
feval('bar');
feval('foobar');
end
%function
foo
In
this
exa
mple,
mul t ip le
functions
(
bar
and
foobar
)
are
included
in
the
compilation
and
a
re
called
through
feval
.
11-4
1
...
...
200
201
202
203
204
...
...
354