Clear Filters
Clear Filters

feedback system function call

2 views (last 30 days)
ByungHoon Lee
ByungHoon Lee on 9 Jul 2018
Edited: ByungHoon Lee on 10 Jul 2018
I want to make a feedback function call system. The depth is 5. How can I make a system which have a 5 depth function call? function module in function module in function module in function module in function module Do not function trigger module.
  2 Comments
Rik
Rik on 9 Jul 2018
You mean recursion? Your question is not clear to me, please explain what you want in more detail, preferably adding the code that you tried (correctly formatting it with the {}Code button).
ByungHoon Lee
ByungHoon Lee on 10 Jul 2018
Edited: ByungHoon Lee on 10 Jul 2018
main module trigger 2 function module. and then each function moodule run by stateflow and its stateflow call the child function module. all function call system have 5 depth. I can simulate this code but when I generate code, pop up loop problem on the log. so I tried to add unit delay block on loop code so theatit was fine. but result of this code is not my purpose. Could you suggest to any good solution to my code. if you have a more details about my question. plz give me a mail. bhl612@naver.com

Sign in to comment.

Answers (0)

Categories

Find more on Communications Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!