I feel we're getting a tad bit off topic from my original inquiry. Does
anyone have an answer for me? Thanks.
On Dec 5, 2007 8:42 AM, massimo sandal <[EMAIL PROTECTED]> wrote:
> rex ha scritto:
> > massimo sandal <[EMAIL PROTECTED]> [2007-12-04 09:18]:
> >> On a related note, I *hate* that hittin
Hey guys,
I realize this isn't the place to post this but I can't figure out a better
place. I just had a really quick question.
Sometimes I notice that mail I receive from this mailing list was never
directly (through To: or CC:) sent to the mailing list. For example, say
there's two people comm
Hi,
I have two questions:
1) Is there any way to represent vectors? Currently I'm using 'array' for
vectors.
2) Is there a way to calculate the magnitude (length) of a vector?
Thanks.
-
This SF.net email is sponsored by: Sp
Ah; Thanks guys. I thought 'arange' was a class, however it is a function. I
get it now. Sorry for the confusion!
On 9/4/07, Steve Lianoglou <[EMAIL PROTECTED]> wrote:
>
> On Sep 4, 2007, at 3:09 PM, Robert Dailey wrote:
>
> > Hi,
> >
> > I come from us
Hi,
I come from using Matlab and I was just curious if it was possible to create
an arange from a quick for loop of numbers? For example:
0:3:100 would generate:
0, 3, 6, 9, 12, , 96, 99
And I would want this range to be in an arange() object. Is there a similar
way of doing this? Thanks.
--