search for: mex

Displaying 20 results from an estimated 67 matches for "mex".

Did you mean: me
2000 Dec 17
1
multiframe in postscript
I was hoping that the following specification postscript(file="fig.ps",height=2,width=4) par(mar=c(5,5,2,2)+.1,mfrow=c(1,2),mex=.6) would yield the same scaling effect as postscript(file="fig.ps",height=2,width=6) par(mar=c(5,5,2,2)+.1,mfrow=c(1,3),mex=.6) but the fact is that the 'mfrow=c(1,2)' yields smaller plotting frame and bigger font size. Some experiments show that the device scales dif...
2005 Jul 11
1
small first graph of par(3,2), other 5 are correct
...ces on y axis: 1 for each group h <- 0.2 # height? a function of y? segments(0, y, 8, y, lty="dotted") # dotted segments on which bar lies (like a grid) rect(leftci, y-h, rightci, y+h, col="dark grey") #mtext(groups, at=y, adj=1, side=2, las=2, cex=.75) par(cex.axis=1.0, mex=0.5) axis(1, at=ticks, labels=abs(ticks), pos=0, ) box("inner", col="grey") after.g1<-show(par()) ### for graph 2 ### # data: leftci <- c(1:5) rightci <- c(2:6) # left column graph so: #par(mar=c(0.5, 1, 5, 5)) # right column graph so: par(mar=c(0.5, 5, 5, 1)) plo...
2010 May 31
1
Matlab Speex library
Hello, How to decode speex encoded audio in Matlab if Google doesn't find a library in Matlab that does that? Do you know one? Can anyone tell me if Matlab can use a Speex implementation in another language? Maybe binaries? Thanks Jader Dias -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 Jun 14
1
data.frame - transform
Hi there, I have a data.frame (pwt6) which I would like to transform: country year gdp MEX 1950 2 MEX 1951 5 BOL 1950 4 BOL 1951 12 ITA 1950 45 ITA 1951 2 This should be the result: year MEX.gdp BOL.gdp ITA.gdp 1950 2 4 45 1951 5 12 2 Right now I have this code (better - no code): country.label<-names(table(pwt6$country)) result<-data.frame(year=NULL) for(i in country.label...
2008 May 24
1
3.02 bug? Symlink ->foo changed to ->/rsyncd-munged/foo
...l/gwTeX-new/ \ vanroodewierda::usrlocal/gwTeX-new/ The result of this was that rsync started to sync symlinks that were unchanged and what is worse it damaged them in the process: On source and destination machine to start with: hedwig:~ gerben$ ls -l /usr/local/gwTeX-new/bin/powerpc-darwin/mex lrwxrwxrwx 1 501 staff 6 May 19 01:55 /usr/local/gwTeX-new/bin/ powerpc-darwin/mex -> pdftex After running rsync 3.02 on the target machine: bash-3.2# ls -l /usr/local/gwTeX-new/bin/powerpc-darwin/mex lrwxrwxrwx 1 sysbh staff 21 May 19 01:55 /usr/local/gwTeX-new/bin/ powerpc-darwin/mex...
2005 Jan 22
1
Collins Master Dictionary (closer yet)
...if I were looking for the word "titipuchal", I would begin typing and for each letter the definition field (on the left) would display: t - T,t: the letter t i - ti: PRON. PERS. you t - tit?n: titan, giant i - titilar: [light, star] to twinkle; [eyelid] flutter, tremble p - titipuchal: mex. a large quantity, abundance u - titipuchal: mex. a large quantity, abundance c - titipuchal: mex. a large quantity, abundance h - titipuchal: mex. a large quantity, abundance a - titipuchal: mex. a large quantity, abundance l - titipuchal: mex. a large quantity, abundance however, when using my c...
2004 Jan 17
0
Early B3 on PRI channel (Listen free mex without charge)
Dear sorry for my next post on the same object but i need to know if is possible to hack libPRI to have the function that KAPEJOD made in CAPI for the "early B3" function. I'm the only in the list have this type of problem with Free Message? :-) Thanks in advance Dimitri
2011 Mar 02
0
axis, title & padj
Hi, I often use par(mex = 0.5) as an easy way to shrink space used for margins. However, I recently noticed that this leads to an asymmetry in the positioning of the x vs. y axis labels and xlab / ylab -- the x-axis labels are pushed into the tic-marks, while the y-axis labels look fine. A more extreme example: dev.n...
2001 Feb 23
1
vorbis & open music
...be great if you could check our free-your-sound_page > and tell us if we're on the right way or not; we're not that experienced > by os_license, but we hope that it works, with the help off all that > people working on that :: open source . open minds . open future :: > thingie mex -- power to the people (and spacetravel for everybody ;-)) ________________________ mex killerfish electronic music http://www.killerfish.de ... music for those who know ... alien_disco http://www.killerfish.de/musik/alien_disco/newtracks.ram --- >8 ---- List archives: http://www.xip...
2010 Nov 05
1
__Legend_para_varios_gr�ficos
...l código > > como ves, lo crucial es el new > > Saludos > > > png(filename = '3_2-pastis-castella.png' > , width = 500, height = 500, units = 'px' > , pointsize = 12, bg = 'white', res = NA) > par(mfrow=c(2,2),mar=c(0,4,4,2),oma=c(1,1,8,1),mex=.3) > par(mfrow=c(2,2),mar=c(0,4,4,2),oma=c(1,1,8,1),mex=.3) > a<-c(34.11, 65.89) > b<-c(22.2, 77.8) > c<-c(31.5, 68.5) > d<-c(31.03, 68.97) > names(a)=paste(round(a,1),"%") > names(b)=paste(round(b,1),"%") > names(c)=paste(round(c,1),"%&...
2006 Mar 10
0
queue and service period
i've got 3 queues: QUEUE A - >(mon,tue,wed,thu,fri) 8-12/14-18 -> Queue the call > else play a mex reporting the service period QUEUE B - >(mon,tue,wed,thu,fri) 8-12-> Queue the call > else play a mex reporting the service period QUEUE C - >(mon,tue,wed,thu,fri,sat,sun) 8--20 -> Queue the call > else play a mex reporting the service period how can i set it? thanks now i'...
2012 Oct 31
10
Gráfico von varias variables
...$PersonasRCVG, que pareciera cambia los valores del eje Y a otra escala... creo... y (b) porque me falta ordenar el gráfico por la línea de caps$Con12Meses (de mayor a menor). Va mi mejor intento: par(mar=c(4,4,3,1), # omi=c(0.1,0.1,0.1,0.1), # las=1, # mex=0.5, # cex.lab = 1, # cex.axis=0.7) # el tamaño de las leyendas barplot(caps$personas, names.ar=caps$CAPS, col="blue", border=F, space=.01) par(new=T) barplot(caps$PersonasRCVG, axes=F, ann=F, type="n", # crea...
2016 Nov 07
2
[llvm] To link or not to link
...game, I'd like as little linking magic as possible. It's still in early stages. https://git.openclonk.org/jcaesar/experimental.git/blob/7be141ce667f4689428943592bae0a7568134213:/src/script/C4AulCompiler.cpp -------------- next part -------------- A non-text attachment was scrubbed... Name: mex.cpp Type: text/x-c Size: 5836 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161107/13c46e75/attachment.bin> -------------- next part -------------- project(mex) cmake_minimum_required (VERSION 3.0.2) set(CMAKE_CXX_FLAGS "-std=c++14") set(CMA...
1999 Nov 10
1
plot() bugs (PR#317)
Full_Name: Bill Simpson Version: 65.1 OS: Linux Redhat 6.1 Submission from: (NULL) (193.62.250.209) Try this: #default plot symbols and lettering are too small, need to scale up par(cex=2,mex=.7) par(mar=c(5,5,1,1)) spdiff<-c(1,2,3,4,5) dpdet<-c(1,2,3,4,5)/10 dpsp<-c(2,3,4,5,6)/10 dpdir<-c(2,4,6,8,10)/10 plot(spdiff,dpdet,pch=15,ylim=c(0,max(dpdet,dpsp,dpdir)),xlab="Speed difference$ points(spdiff,dpdir,pch=16) points(spdiff,dpsp,pch=17) Bugs: 1. The y-axis numbering...
2003 Dec 24
1
par(mgp) - unexpected behaviour (PR#6046)
...axis(1); Based on the R documentation, combined with S-PLUS' behaviour, I would expect R to plot the axis labels and title at lines 2 and 3, respectively. However, it plots both at line 3. The relevant section of the `par' documentation states: 'mgp' The margin line (in 'mex' units) for the axis title, axis labels and axis line. The default is 'c(3, 1, 0)'. Thank-you for your time and considering this bug report.
2011 Aug 19
1
Build a package - check error
Dear R-users I am slowly migrating my mex files (MATLAB - Fortran and C) to R. To get my own functions available on R section I have decided to learn how to build a R package. I choose a simple example with a few Fortran and R functions (wrapper). The fortran sources are located at src and the R functions at R (as recommended). The bui...
2009 Aug 19
1
Fw: Hist & kernel density estimates
For the hist estimate >par(mex=1.3) >dens<-density(q) >options(scipen=4) > ylim<-range(dens$y) > h<-hist(q,breaks="scott",freq=FALSE,probability=TRUE, +? right=FALSE,xlim=c(9000,16000),ylim=ylim,main="Histogram of q(scott)") > lines(dens) >box() ? For the kernel estimate>options(...
2013 Jan 09
5
vCPUs and Weight/Caps
...ghts and caps 1. If I have a domU with 2 vCPUs and a weight of 256, does the weight double (512) or is this 256 time slice across both vCPUs. If the weight does not double, how is it beneficial to have multiple vCPUs? 2. If the domU has 2vCPUs and a cap of 100% how does this work since 100% is a mex of one physical CPU. Thanks, Mohamed
2003 Dec 24
1
par(mgp) - unexpected behaviour (PR#6045)
...axis(1); Based on the R documentation, combined with S-PLUS' behaviour, I would expect R to plot the axis labels and title at lines 2 and 3, respectively. However, it plots both at line 3. The relevant section of the `par' documentation states: 'mgp' The margin line (in 'mex' units) for the axis title, axis labels and axis line. The default is 'c(3, 1, 0)'. Thank-you for your time and considering this bug report.
2010 Nov 05
2
Legend para varios gr�ficos
Hola a todos, Mi pregunta es si hay alguna manera (sencilla/rápida o no) de colocar una leyenda común para dos gráficos colocados en paralelo con par(mfrow=c(1,2)). He probado con par(xpd=NA) y con par("usr") pero no encuentro la solución. Está claro que podría poner la misma leyenda para cada gráfica, pero quedaría mejor con una global para ambos. Muchas gracias de antemano por la