calling a function from s-function m-file

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

 Accepted Answer

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

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!