[Scilab-users] Plotting complex function

lora mineva l_mineva at yahoo.de
Wed Aug 13 09:38:45 CEST 2014


Hello,
i am new bei Scilab and i need a help. So I'm trying to Plott dies complex Function: 
y=2.8+(12/(1+(%i*0.27*(%e^(150/(x+2.5))))));

and i wrote dies small programm: 
 
-->x=[0:10:140];
 
-->function [y]=f(x)
-->y=2.8+(12/(1+(%i*0.27*(%e^(150/(x+2.5))))));
-->endfunction
 
-->fplot2d(x,f)
 
-->xtitle("PA12","e","T")


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!

best regards
Lora
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20140813/7f736cec/attachment.htm>


More information about the users mailing list