<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=UTF-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19258"></HEAD>
<BODY bgColor=#ffffff text=#330000>
<DIV><SPAN class=515385610-05072012><FONT color=#0000ff size=2 face=Arial>(Sorry
not in French). I think this won't quite work. You must use brackets
or spaces like (x^2)./(1+x^2) or x^2 ./ (1+x^2) otherwise the dot becomes part
of the number 2.</FONT></SPAN></DIV>
<DIV><SPAN class=515385610-05072012><FONT color=#0000ff size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=515385610-05072012><FONT color=#0000ff size=2
face=Arial>Mike.</FONT></SPAN></DIV>
<DIV><SPAN class=515385610-05072012><FONT color=#0000ff size=2
face=Arial></FONT></SPAN> </DIV>
<BLOCKQUOTE>
<DIV dir=ltr class=OutlookMessageHeader align=left><FONT size=2
face=Tahoma>-----Original Message-----<BR><B>From:</B> Adrien Vogt-Schilb
[mailto:vogt@centre-cired.fr]<BR><B>Sent:</B> 05 July 2012 11:26<BR><B>To:</B>
users-fr@lists.scilab.org<BR><B>Subject:</B> Re: [users-fr] Plot2d échelle
logarithmique<BR><BR></FONT></DIV>
<DIV class=moz-cite-prefix>On 05/07/2012 11:12, Damien Bb wrote:<BR></DIV>
<BLOCKQUOTE cite=mid:20120705091247.257620@gmx.net type="cite"><PRE wrap="">Bonjour à tous,
J'essaie de représenter graphiquement la fonction x^2/(1+x^2) avec comme axe des abscisses, une échelle logarithmique.
J'ai donc créé un vecteur logarithmique grace à la fonction logspace, puis j'effectue un "plot2d" comme suit: plot2d('ln',x,x^2/(1+x^2)). Mais il me renvoit l'erreur 999: les deuxiemes et troisiemes parametres ont des dimensions incompatibles.
Quand j'essaie avec la fonction "log", tout se passe bien..le signe "/" doit ici induire une erreur..
</PRE></BLOCKQUOTE>Bonjour<BR><BR>Tu dois faire une division terme à terme
avec ./, et non une division matricielle avec /<BR><BR><PRE wrap=""> x^2./(1+x^2)
Auparavant il inversait Y*(1+x^2) = x^2 d'inconnue matricielle Y, et donc Y n'avait plus la même dimension que x
AVS
</PRE><BR></BLOCKQUOTE></BODY></HTML>