[scilab-Users] Re: 3d-project​ed-2d with colors as alt?==?iso-8859-1?Q?itude

Stefan Du Rietz sdr at durietz.se
Fri Sep 23 12:38:11 CEST 2011


It is the index of tha last element in a vector.
-->x = 1:4
 x  =
    1.    2.    3.    4.
-->x($)
 ans  =
    4.
-->x($-1)
 ans  =
    3.

Regards
Stefan

On 23 sep 2011 10:51 "scibie" <chayapathiever at gmail.com> wrote:
> Really helpful.. Sorry to ask this, but, what is "$" means in X =
> [x(1:$-1);x(2:$)];
> 
> 
> --
> View this message in context:
> http://mailinglists.scilab.org/3d-curve-to-be-project-ed-on-2d-plane-w
> ith-colors-as-altitude-tp3358251p3361308.html
> Sent from the Scilab users - Mailing Lists Archives mailing list
> archive at Nabble.com.
> 



More information about the users mailing list