<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi there<br>
<br>
When I run a script in Scilab 5.4.1 it's OK. When I run the same
script in Scilab 5.5.0 it displays a message saying something like "
vector ^ scalar is obsolete, use vector .^ scalar instead" ... or
something of this kind.<br>
<br>
My script executes lines like this a lot (I get many thousand
messages, in an optimization loop) and I cannot track exactly what's
causing this message.<br>
<br>
Is there anyone who can give me a tip what to look for?<br>
<br>
[later]<br>
P.S. I think the warning message says "qfunction" (a function I've
defined) and it might be lines like this one, which cause the
warning: <span style="color:rgb(0,0,0);">zmin1sim_mag</span> <span
style="color:rgb(92,92,92);">=</span> <span
style="color:rgb(50,185,185);">sqrt</span><span
style="color:rgb(74,85,219);">(</span><span
style="color:rgb(0,0,0);">zreal1</span><span
style="color:rgb(74,85,219);">(</span><span
style="color:rgb(0,0,0);">ifmin1</span><span
style="color:rgb(74,85,219);">)</span><span
style="color:rgb(92,92,92);">^</span><span
style="color:rgb(188,143,143);">2</span><span
style="color:rgb(92,92,92);">+</span><span
style="color:rgb(0,0,0);">zimag1</span><span
style="color:rgb(74,85,219);">(</span><span
style="color:rgb(0,0,0);">ifmin1</span><span
style="color:rgb(74,85,219);">)</span><span
style="color:rgb(92,92,92);">^</span><span
style="color:rgb(188,143,143);">2</span><span
style="color:rgb(74,85,219);">)</span><br>
<br>
So, is it correct that ^2 is obsolete and I should write .^2
instead??<br>
<br>
Any reason for this?<br>
<br>
Best regards,<br>
Claus<br>
<br /><br />
<hr style='border:none; color:#909090; background-color:#B0B0B0; height: 1px; width: 99%;' />
<table style='border-collapse:collapse;border:none;'>
<tr>
<td style='border:none;padding:0px 15px 0px 8px'>
<a href="http://www.avast.com/">
<img border=0 src="http://static.avast.com/emails/avast-mail-stamp.png" />
</a>
</td>
<td>
<p style='color:#3d4d5a; font-family:"Calibri","Verdana","Arial","Helvetica"; font-size:12pt;'>
This email is free from viruses and malware because <a href="http://www.avast.com/">avast! Antivirus</a> protection is active.
</p>
</td>
</tr>
</table>
<br />
</body>
</html>