Displaying 5 results from an estimated 5 matches similar to: "elegant matrix creation"
2008 Jun 22
3
Wine and opengl error!!!
Hi all,
I'm having trouble running windows games from Fedora 9, 64 bit, using wine
rc3. I've tried Command & Conquer 3, Age Of Mythology and Jazz Jackrabbit 2.
All games fail. I mostly get an error saying that direct3d9 won't work
without opengl. However, I have opengl.
I've run glxgears and it runs fine. Following is the output:
8877 frames in 5.0 seconds = 1775.333 FPS
9327
2009 Apr 29
3
selecting ith rows of a matrix
Hi all,
If I have a huge matrix/ dataframe and I want to create a new matrix/
dataframe with every second (or third, or fourth etc.) row of the original
matrix, how can I do it? Any help much appreciated.
Thanks,
Umesh
[[alternative HTML version deleted]]
2009 Oct 18
1
Asterisk+Sphinx4 for simple mobile phone <-> server speech recognition
Hello!
I need to:
1) call special number (or run special application) on mobile phone
2) establish connection between mobile phone and server
3) allow server to recognize spoken numbers (Polish language) and some other
control words
4) let the server to say some short answers (prerecorded in mp3) according
to some algorithm and recognized words
5) let the server to save little text file on its
2005 Jun 24
1
r programming help II
Dear List,
Suppose we have a variable K.JUN defined as (with
1=wet, 0=dry):
K.JUN1984 = c(1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)
K.JUN1985 = c(0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1,
1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1)
K.JUN1986 = c(0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1,
1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1)
2006 Nov 01
4
strange algorithm needed
i need a strange algorithm that i can easily do in a loop but need
o do without looping.
suppose i have a vector of length y filled with zeros and a number x.
then, i want a new vector which is (1,......x,1......x,1.....x,1.....y mod
x )
so if y was of length 17 and x was 3, the resultant vector should be
(1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2)
so basically , the algorithm should repeat seq(1,x)