MATLAB: Calling a function from s-function m-file

s-function

hi,
i wana know how to call a function inside a another file from an
s-function file.

Best Answer

Just code the function name and any arguments. For example,
myfunc(3,7,'hello')