* Bug #4401 fixed - isnum did not recognize all constants or some complex numbers.
+* Bug #4490 fixed - Input argument of sinc function must be in rad: help page updated.
+
* Bug #4649 fixed - License issue in the xs2ppm help page fixed.
* Bug #4677 fixed - xclick did not return correct mouse position on keyboard event.
* Bug #7047 fixed - milk_drop is now obsolete. It will be removed in Scilab 5.5.1, but will be kept as a demo.
+* Bug #7051 fixed - Help page of fieldnames function updated.
+
* Bug #7084 fixed - Old, not documented and deprecated gr_menu function removed.
* Bug #7133 fixed - help_from_sci with no input argument now launches a full demonstration.
* Bug #10816 fixed - Typo in part error message fixed.
+* Bug #10856 fixed - analpf did not return the right result.
+
* Bug #10936 fixed - Scilab hung with invalid strf in plot2d.
* Bug #10998 fixed - matrix*hypermatrix and hypermatrix*matrix operations failed.
* Bug #7026 fixed - There was no unit test for plot2d.
-* Bug #7051 fixed - Help page of fieldnames function updated.
-
* Bug #7080 fixed - Some graphic macros did not use standard error messages.
* Bug #7204 fixed - geomean applied to a hypermatrix gave wrong results.
* Bug #10823 fixed - fullpath returned different results under Windows and Linux for
non-existent file.
-* Bug #10856 fixed - analpf did not return the right result.
-
* Bug #10862 fixed - Add a without Internet connection installation
global configuration in the installer.
<varlistentry>
<term>x</term>
<listitem>
- <para>a real or complex vector or matrix.</para>
+ <para>a real or complex vector or matrix, in radians.</para>
</listitem>
</varlistentry>
<varlistentry>
</para>
</refsection>
<refsection>
- <title>Sample</title>
- <scilab:image>
- x=linspace(-10,10,3000);
- plot2d(x,sinc(x))
- </scilab:image>
- </refsection>
- <refsection>
<title>Examples</title>
<programlisting role="example"><![CDATA[
x=linspace(-10,10,3000);
plot2d(x,sinc(x))
]]></programlisting>
+ <scilab:image>
+x=linspace(-10,10,3000);
+plot2d(x,sinc(x))
+ </scilab:image>
+ <programlisting role="example"><![CDATA[
+[X,Y] = meshgrid(-10:0.25:10,-10:0.25:10);
+f = sinc(sqrt((X).^2+(Y).^2));
+mesh(X,Y,f);
+ ]]></programlisting>
+ <scilab:image>
+[X,Y] = meshgrid(-10:0.25:10,-10:0.25:10);
+f = sinc(sqrt((X).^2+(Y).^2));
+mesh(X,Y,f);
+ </scilab:image>
</refsection>
<refsection role="see also">
<title>See Also</title>
datatipGetStruct_1.png=6dc5dc44f0c9e248b21b33d80eecc896
datatipRedraw_1.png=972a5bd43dff9d07e38a21f01f38b55
datatipRedraw_2.png=693e44174e1e2c3b2de740162a2a7c6d
-datatipRemove_1.png=6871d979439000f218d30816dc59cf9c
+datatipRemove_1.png=3e6636ded796971426532081bd7c4b7c
datatipSetDisplay_1.png=a38bd926c09ff69e5ddc92aa0bad8437
datatipSetInterp_1.png=14b2e2d34bf4b0fd9a8cefafb382b9fd
datatipSetOrientation_1.png=195794e45b7ae088da862c074079b9e8
show_margins_ru_RU_2.png=a3a47700e4703a9f57f5b183be970fb
sin_1.png=e0478ada92a7cfffb763d2833a8362b7
sinc_1.png=a3fc583744e18f36877244ba10adc94f
+sinc_2.png=6fdf9909b30d83c046da8829d7905bb2
sinh_1.png=a6d9cd67d383e2b737257c4a18317abe
smooth_1.png=ebef37585006626b34e13b95a3667e9d
splin2d_1.png=6e186e7bcf5d848fd9d8f354282f6489