search for: mata

Displaying 20 results from an estimated 59 matches for "mata".

Did you mean: data
2006 Mar 15
7
matrix indexing
Can someone please give me a pointer here. I have two matrices matA A B C 1 5 2 4 2 2 4 3 3 1 2 4 matB A B C 1 TRUE FALSE TRUE 2 FALSE TRUE TRUE 3 FALSE FALSE FALSE how do I extract all the values from matA where the coresponding entry in matB == TRUE (or FALSE), perferably in vector form. Many thanks tom
2013 Jan 02
2
In which column and in which row a number is in a matrix
...sential freedom for everyone! I am trying to manipulate a matrix in order to know in which column and in which row a number is allocated. But, when we use the function "which" it returns the position of the number in the "vector representation of the matrix". For example: > mata<-matrix(2:7,nrow=2,ncol=3) > mata [,1] [,2] [,3] [1,] 2 4 6 [2,] 3 5 7 > matb<-matrix(2:7,nrow=3,ncol=2) > matb [,1] [,2] [1,] 2 5 [2,] 3 6 [3,] 4 7 > which(mata==4) [1] 3 > which(matb==4) [1] 3 The function "which" retur...
2012 Dec 02
1
overlapping graphs in logarithmic y-axis
dear useRs, i want to overlap graphs of two matrices in such a way that the y-axis of graph should be "logarithmic" against normal x-axis. i am, unsuccessfully, trying the followings >matplot(mata, log="mata",type = "l", col="red)>lines(mata, log="matb",type = "l", col="yellow") could you please help me out on it?? thanks in advanceregards eliza [[alternative HTML version deleted]]
2006 Jan 20
2
Using same passwords as the linux machine
Hi, I would like to know how to enable samba to use the same user/passwords that those that exists in the linux machine. Best regards, Nestor Mata Cuthbert
2013 May 29
0
Lista dos aprovados em vestibular Mata Grande
Lista dos aprovados em vestibular Mata Grande: Ang?lica: ANNIBERG CORDEIRO DE SOUZA SILVA, LUCAS FONTENELE SILVA DE CARVALHO, GERLANDE MARIA FERREIRA, RAFAELLA SAMPAIO DE ALENCAR, JO?O CARLOS MOREIRA DE CARVALHO, DENISE ARA?JO JUSTINO, MARIA NIVANEIDE DE ABREU LIMA, JOELMA C?NDIDO DA SILVA. TERESA RAQUEL DE MORAES ANDRADE, CARLA NAYANN...
2013 Apr 24
2
Distance matrices Combinations
...te the "o" value) and in the end want those 10 combinations of distance matrices which have lowest "o" values. e <- vector("list", 124) w<-sqrt(t) mat1<-w for (i in 1:124){ r<-matrix(sort(mat1[i,],index.return=TRUE)$ix,ncol=1) u<-r[c(2,3,4,5,6),1] mata<-m[,c(u)] ##(shifted) amata<-apply(mata,1,mean) amata<-data.frame(amata) aavg<-as.matrix(amata, ncol=1) b<-aavg e[[i]]<-print(sum(abs(b-m[,i]))) } x<-do.call(rbind,e) Y<-x z <- apply(Y,2,sd) o<-mean(Y) Does my question make any scene? Thanks in advance El...
2009 Apr 26
4
comparing matrices
I'm trying to compare two matrices made up of bits. doing a simple comparison of matA == matB yields this sort of output. [,1] [,2] [,3] [,4] [,5] [,6] [1,] FALSE TRUE FALSE TRUE TRUE FALSE [2,] TRUE TRUE TRUE TRUE TRUE TRUE [3,] FALSE TRUE FALSE FALSE FALSE TRUE [4,] FALSE TRUE TRUE FALSE FALSE FALSE [5,] TRUE TRUE TRUE TRUE FALSE FALSE [6,] TRUE TRUE TRU...
2009 Mar 16
1
ATA react to phone but unresponsive to fax modem
Hi, I'm rather new to this domain so I may be doing stupid things without being concious of that. I've got a Patton MATA I'm trying to setup as T.38 fax adapter. Whenever I connect a fax machine (Dell MFP1815dn) or a phone to it, I can successfully send a fax or talk to the other end. Whenever I connect a fax modem (Dell Inspiron 6400 laptop), I keep getting "No signal. Line is busy or disconnect" from...
2003 Feb 19
1
AW: H323 & asterisk
Hay, if you get answer, so please inform me too thank Stephan -----Urspr?ngliche Nachricht----- Von: Luis Mata [mailto:mataluis at xtremenetworks.biz] Gesendet: Mittwoch, 19. Februar 2003 03:10 An: asterisk-users at lists.digium.com Betreff: Re: [Asterisk-Users] H323 & asterisk George: Hi, if you get the answer can you please share it with me. Thanks... glinyu at attbi.com said: > Hi all, &g...
2004 Jul 27
3
explain me exactly about ldap
...is protocol with samba. thanks in advance Cristhian Dominican Republic -- "No basta saber, se debe tambi?n aplicar. No es suficiente querer, se debe tambi?n hacer"(Goethe, Johann Wolfgang von). Saludos Cristhian Nunez AGB-CDI Dominicana Abraham Lincoln #154 Edf. Comarno 1er Piso, Mata Hambre Santo Domingo, Rep. Dom. AGB Cambio, Cambia tu a AGB Nuevos numeros : (809)620-9999 y (809)947-2727
2009 Jun 20
1
how to apply the dummy coding rule in a dataframe with complete factor levels to another dataframe with incomplete factor levels?
...r(c('a','b','c')), f2=factor(c('aa','bb','cc'))) dfB =data.frame(f1=factor(c('a','b','b')), f2=factor(c('aa','bb','bb'))) #dfB's factor variables have less number of levels #use model.matrix on dfA (matA<-model.matrix(~f1+f2,data=dfA)) #use model.matrix on dfB (matB<-model.matrix(~f1+f2,data=dfB)) #I actaully like to dummy code dfB using the dummy coding rule defined in model.matrix(~f1+f2,data=dfA)) #matB_wanted is below (matB_wanted<-rbind(c(1,0,0,0,0),c(1,1,0,1,0),c(1,1,0,1,0)) ) colna...
2004 Aug 06
1
icecast protocol
On Monday 28 April 2003 07:29, Leonardo Luiz Padovani da Mata wrote: > Which protocol icecast uses for stream the audio? > HTTP. Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the wor...
2009 Mar 17
0
ATA react to phone but unresponsive to fax modem [SOLVED]
2009/3/17 Olivier <oza-4h07 at myamail.com> > > > 2009/3/16 Olivier <oza-4h07 at myamail.com> > > Hi, >> >> I'm rather new to this domain so I may be doing stupid things without >> being concious of that. >> >> I've got a Patton MATA I'm trying to setup as T.38 fax adapter. >> Whenever I connect a fax machine (Dell MFP1815dn) or a phone to it, I can >> successfully send a fax or talk to the other end. >> >> Whenever I connect a fax modem (Dell Inspiron 6400 laptop), I keep getting >> "No s...
2011 Jul 12
3
Setting hostname and network settings in 6.0 text mode installer
I'm doing my first 6.0 install the same way as I've always done my server installs -- in text mode. But it looks like there's no option to do the following in the 6.0 text mode installer? * Set hostname * Set network settings * Choose packages I really hope I'm missing something because having to use a GUI to install a server is incredibly painful. Cheers
2009 Jul 03
2
Deos anyone know of a summary of conformability rules? along with a specific problem
...bjects required for various operators remain a mystery as do some related problems like the rules for recycling in creating arrays etc. Would someone be able to direct me to where such rules are stated? In a related vein, there are all manner of operations that are readily coded in Gauss or in MATA that fail, often mysteriously, in R. Are there some guidelines available? And here is a specific problem: I would like to carry out logical comparisons between a (vector?) of length EYE and each row of a JAY by EYE object, obtaining a conforming JAY by EYE result of comparisons...
2010 May 28
2
4 CPU with WinXP on Centos 5.5 KVM?
...is known limitation of KVM-83-164 (Centos5 release) with WinXP 32bit? I think there are reports of it working with 32bit Windows 2003 (or was it Windows 2008?). I know KVM is granting the 4 CPU's since Linux VM can use 4 CPU's on the same computer. Thanks, Marcelino Marcelino Mata Engineering Technology Specialist Multimatic Technical Centre 85 Valleywood Drive Markham, ON Canada L3R 5E5 Tel.???+1 905 470 0025 ? ? ? CONFIDENTIALITY NOTE: This email (and attachments, if any) contain(s) information that is PRIVATE and CONFIDENTIAL, and may be LEGALLY PRIVILEGED or otherwise e...
2008 May 24
4
[Wiki] Possible error in documentation wineboot
...-h,--help Muestra este mensaje de ayuda -e,--end-session Limpia el final de la sesi?n actual -f,--force Fuerza la salida para proceso que no salieron limpiamente -i,--init Lleva a cabo la inicializaci?n para la primera instancia de Wine -k,--kill Mata todos los procesos en ejecuci?n sin ninguna limpieza -r,--restart S?lo reinicia, no se hacen operaciones de inicio -s,--shutdown S?lo apaga, no reinicia -u,--update Actualizaci?n del directorio wineprefix
2009 Apr 07
1
Fwd: [asterisk-r2] MFCR2 With Unicall - can unicall affect zaptel commands?
...uerta <juancarloshuerta at gmail.com> Date: 07-abr-2009 13:41 Subject: Re: [asterisk-r2] MFCR2 With Unicall - can unicall affect zaptel commands? To: asterisk-r2 at lists.digium.com Please wirte to asterisk-users at lists.digium.com to get help about this problem. Juan Carlos ~ Lo que no te mata te fortalece ~ On Tue, Apr 7, 2009 at 1:35 PM, Giovanny Magallanes <gmagallanes at gmail.com> wrote: > Thanks, Juan Carlos. > > Yes, I still can t type the commands in the asterisk console . I dont have > dial tone for FXS ports . > > > Regards. > > Giovanni. &g...
2004 Aug 06
3
Tutorial For Icecast
Hey all I am a Linux newbie wanting to broadcast with MD 9.1 and icecast. I have been broadcasting on shoutcast with winamp with success but want a more stable system. Where can I find a tutorial to set everything up? I checked icecast.org but there isnt much there. So can anyone help? Thanks In Advance!
2006 Apr 08
3
FastCGI issues
...per this article: http://dema.ruby.com.br/articles/2005/08/23/taming-fastcgi-apache2-on-windows As soon as I try to access any controller the harddrive starts grinding and Apache''s error log is spammed with [Sat Apr 08 07:00:30 2006] [warn] FastCGI: (dynamic) server "C:/ruby/rails/mata/public/dispatch.fcgi" has failed to remain running for 30 seconds given 3 attempts, its restart interval has been backed off to 600 seconds I have tried running dispatch.fcgi from the command line, as I''ve seen it suggested, in order to attempt to debug the problem. I get the followi...