<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:14pt"><div class="" style="">Hello,</div><div class="" style="">i am new bei Scilab and i need a help. So I'm trying to Plott dies complex Function: </div><div class="" style="">y=2.8+(12/(1+(%i*0.27*(%e^(150/(x+2.5))))));</div><div class="" style=""><br class="" style=""></div><div class="" style="color: rgb(0, 0, 0); font-size: 18.88888931274414px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;">and i wrote dies small programm: </div><div class="" style="background-color: transparent;"> </div><div class="" style="background-color: transparent;">-->x=[0:10:140];</div><div class="" style="background-color: transparent;"> </div><div class="" style="background-color:
transparent;">-->function [y]=f(x)</div><div class="" style="background-color: transparent;">-->y=2.8+(12/(1+(%i*0.27*(%e^(150/(x+2.5))))));</div><div class="" style="background-color: transparent;">-->endfunction</div><div class="" style="background-color: transparent;"> </div><div class="" style="background-color: transparent;">-->fplot2d(x,f)</div><div class="" style="background-color: transparent;"> </div><div class="" style="background-color: transparent;"><span style="font-size: 14pt; background-color: transparent;" class="">-->xtitle("PA12","e","T")</span><br class="" style=""></div><div class="" style="color: rgb(0, 0, 0); font-size: 18.88888931274414px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;"><span style="font-size: 14pt; background-color: transparent;" class=""><br class="" style=""></span></div><div class=""
style="color: rgb(0, 0, 0); font-size: 18.88888931274414px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;"><span style="font-size: 14pt; background-color: transparent;" class="">So far, so good, but i plott only the real part and i can plott the imaginary part from this function. Can you help me and tell how does it work. Thak you!</span></div><div class="" style="background-color: transparent;"><span style="background-color: transparent;" class=""><br class="" style=""></span></div><div class="" style="color: rgb(0, 0, 0); font-size: 18.88888931274414px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;"><span style="background-color: transparent;" class="">best regards</span></div><div class="" style="color: rgb(0, 0, 0); font-size: 18.88888931274414px;
font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;"><span style="background-color: transparent;" class="">Lora</span></div></div></body></html>