search for: eaxmpl

Displaying 8 results from an estimated 8 matches for "eaxmpl".

Did you mean: exmpl
2012 Aug 29
1
Help on not matching object lengths
...(seq(0,8, by = sign(8-0)*0.25)) b <-matrix(seq(8,16, by = sign(16-8)*0.25)) c <-runif(1000,50,60) d <-exp(-c*a)+exp(-c*b)   This will give me the obvious error message of lengths not matching. What I am trying to do here is to have 33 rows x 1000 columns d values calculated in total. As an eaxmple for visual, this is what it supposed to look like where d1,d2,d3 and so on up to d1000 are calculated using the equation and the respective a and b values: Code #2 d1 <-runif(33,10,20) d2 <-runif(33,15,20) d3 <-runif(33,18,20) e <-cbind(a,b,d1,d2,d3)   Next, I would like to generate 33...
2012 Nov 01
1
DirectShow PushSource with theora encoder and Ogg muxer filters
Hi all, I am trying to test DirectShow PushSource example from the SDK with Theora encoder and Ogg muxer (DirectShow filters of course) by using GraphEdit tool. My goal is capturing the screen as video by taking snaphot bitmaps continuosly (what PushSource eaxmple does) and giving them to the Theora encoder through the DS pipeline (next goal is transmitting this video **). My DirectShow graph is like this: PushSource Filter --> Theora Encoder --> Ogg Muxer First of all, Theora encoder filter did not accept connecting to the PushSource filter due t...
2006 Jun 27
2
supplying dynamic main argument to plot?
All, Simple question but I don't seem to be able to find the answer in the documentation: When using "plot" within a loop, is there any way to supply the argument to "main" dynamically, i.e., so that the title is Patient k below as the loop cycles through each value of k? plot(x,y, xlim=c(0,250), ylim=c(0,1000), xlab="gamma", ylab="r1",
1998 Sep 17
1
allow host syntax
Is there anyway to specify a range of IP addresses such as 128.1.10.11 to 128.1.10.29 in this parameter ? I cannot find the man page for hosts_access(5) as mentioned in the smb.conf documentation. Thanks Robert
2012 Apr 11
1
R-help; generating censored data
Hello, ?can i implement this as 10% censored data where t gives me failure and x censored. Thank you p=2;b=120 n=50 set.seed(132); r<-sample(1:50,45) t<-rweibull(r,shape=p,scale=b) t set.seed(123);? cens <- sample(1:50, 5)? x<-runif(cens,shape=p,scale=b)? x Chris Guure Researcher, Institute for Mathematical Research UPM
1999 Nov 04
1
Confusion over how to configure WINS
We have a network of about 24 remote site all connecting to our home office across a mixture of private frame relay and VPN across the internet. In order to simplify our life, and at the same time, reduce the amount of non critical and chatty traffic transversing the WAN links during business hours, we are putting servers at each remote to do DHCP, DNS, WINS, and file and print sharing. From the
2005 Jun 30
2
How to rotate the axisnames in a BARPLOT
Hi all, - how can I do a barplot with rotated axis labels? I've seen the example for just a plot in the FAQ, but I'll missing the coordinates to plot my text at the right position beneath the bars. Is there any (easy?) solution? - how can I set the y-axis in a barplot to logarithmic scale? Many thanks in advance! Best Regards Tom --
2009 Jan 29
7
Replace Cisco IOS/CBOS with freebsd - possible?
Greetings, I'm RP for a fairly large chunk of IP real estate. I carved out a /27 segment for my home network. Which is currently running over a cisco 837 GW (adsl/router). I'm not really keen on it (the router/modem). So I thought to myself that it couldn't be /that/ hard to build a box with FBSD that could replace it - am I crazy? Wouldn't it be possible to upload a minimal build