From: ben harper on
i have a simulink file called sim.mdl
it uses fonc.m
for some of the calculations.

when i put a breakpoint to fonc.m file,
sim.mdl file doesn't care the breakpoint,
and works as there is no break point.
how can i handle this?

thank you
From: ben harper on
"ben harper" <controlusc(a)gmail.com> wrote in message <hltk42$fe6$1(a)fred.mathworks.com>...
> i have a simulink file called sim.mdl
> it uses fonc.m
> for some of the calculations.
>
> when i put a breakpoint to fonc.m file,
> sim.mdl file doesn't care the breakpoint,
> and works as there is no break point.
> how can i handle this?
>
> thank you

is it not possible?