Is it possible to run a .m file continuosly by changing the input parameters?

1 view (last 30 days)
I am having a function in .m file. But the input to this function comes from a simulink block. I passed the input into workspace. But how to run the file continously with changing inputs. I tried using matlab function block but it shows a lot of errors. Is there any method, other than using a matlab function block,to call a function inside a simulink model.

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 30 Sep 2013
Matlab function block doesn't allow all matlab function. You can use Interpreted Matlab Function
  3 Comments

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink Functions 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!