[scilab-Users] Dynamic tracing functions

sgougeon at free.fr sgougeon at free.fr
Mon Apr 23 21:21:56 CEST 2012


Hello,

Do you mean that you whish to plot only one curve piecewise?
Something like
plot(t, [ f1(t(1:10),...) f2(t(11:20),..) f3(t(21:30),..) ])

assuming that fi : R --> R  
is vectorized with respect to t

Hope this helps
Samuel Gougeon

>----- Mail original -----
>De: "Tima" <meni.tima at hotmail.com>
>À: users at lists.scilab.org
>Envoyé: Lundi 23 Avril 2012 15:11:28
>Objet: [scilab-Users] Dynamic tracing functions
>
>Hi,
>
>Does anybody knows a way to plot different functions dynamically. 
>/For example/, 
> at t=1..10, it appears f1(..)
> at t=11..20, I indicate another function f2() and it appears f2()
> at t=21..30,  I indicate another function f3() and it appears f3()
> ....
>
> Thanks a lot,
> Regards,
> Tima



More information about the users mailing list