Displaying 20 results from an estimated 500 matches similar to: "how to plot the circles in matrix form"
2005 Sep 19
2
how to extract the column name or value from the numerical value of the matrix
Dear sir,
i have a matrix like
x<-c(1:20)
A<-matrix(x,4,5)
> A
[,1] [,2] [,3] [,4] [,5]
[1,] 1 5 9 13 17
[2,] 2 6 10 14 18
[3,] 3 7 11 15 19
[4,] 4 8 12 16 20
I want to extract the column value for the matrix
value 11...
or the row value for 14..
how it is possible?
thanks for your help....
with regards,
boopathy.
Thirumalai
2005 Sep 19
2
how to extract the column name or value from the numerical value of the matrix
Dear sir,
i have a matrix like
x<-c(1:20)
A<-matrix(x,4,5)
> A
[,1] [,2] [,3] [,4] [,5]
[1,] 1 5 9 13 17
[2,] 2 6 10 14 18
[3,] 3 7 11 15 19
[4,] 4 8 12 16 20
I want to extract the column value for the matrix
value 11...
or the row value for 14..
how it is possible?
thanks for your help....
with regards,
boopathy.
Thirumalai
2005 Dec 06
2
how to extract row& col names from a matrix
Dear all,
I like to extract row names & column names from the named matrix......
like......
a<-matrix(1:6,2)
ro<-c("aa","bb")
co<-c("dd","ee","ff")
dimnames(a)<-list(ro,co)
a
>
dd ee ff
aa 1 3 5
bb 2 4 6
from the above matrix "a"
I like to extract
rownames separately like
2005 Nov 04
1
R graphics help
Halo friends,
I have a problem to solve in R graphics..
I have a matrix like
A= 2 3 4
5 6 7
8 9 4
and I like to generate the same matrix in terms of shaded circles in which the density of shading depends on the value...
for eg in the above matrix A the value 2 is a circle shaded very lightly
9 is of full dark
2005 Dec 06
1
how to get or store the intermediate v?lues while running a function
Dear all,
While running a function I伌m getting only the final output of the function.
Bit if I like to store or recover some values that are intermediate in the function calculations which command I have to use for storing those values.....
hope u understand.....
for eg........
a<-function(a,b,c,d)
{
k=a+b
l=c+d
m=k+l
}
in this example the function
2005 Nov 02
2
help : matrix row/column random mixing
Could anybody help me in mixing the matrix values randomly (first rows and then columns)...
for eg putting the 1 st row in the place of 3 rd and 3rd in place of 4 th and 4th in place of 1st row ...something like this in columns also..
Please suggest me some ways..
thanks a lot..
with regards,
boopathy.
---------------------------------
[[alternative HTML version deleted]]
2008 Feb 11
3
[PATCH 1/5] Change vsmp compile dependency
Change Makefile so vsmp_64.o object is dependent
on PARAVIRT, rather than X86_VSMP
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ravikiran Thirumalai <kiran@scalemp.com>
Acked-by: Shai Fultheim <shai@scalemp.com>
---
arch/x86/kernel/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/Makefile
2008 Mar 06
4
Problems running samba in vmware
I have used samba for nearly 9 years with no problems and we have about
20 users. In the past we have had a dedicated samba server. We have
recently virtualized this server to a quad core Q6600 using vmware
virtual server 1.0.4 on a 64 bit host running ubuntu 7.10.
As part of the virtualization I installed samba 3.0.26a in ubuntu 7.10.
Since this has happened users have complained about
2015 Mar 16
2
Re: Can't create any KVM template due to the error with libguestfs
Hi,
Two doubts.
1. What I've to replace in "NEEDED"? or I need to just run the whole
command you given
2. You mean this one,
rpm -qa | grep libguestfs*
On Mon, Mar 16, 2015 at 5:35 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Sat, Mar 14, 2015 at 11:14:55PM +0530, Thirumalai Nambi wrote:
> > Thanks for your update,
> >
> > I got the
2015 Mar 16
4
Re: Can't create any KVM template due to the error with libguestfs
libtool-2.2.6-15.5.el6.x86_64
upstart-0.6.5-13.el6_5.3.x86_64
atmel-firmware-1.3-7.el6.noarch
redhat-rpm-config-9.0.3-42.el6.centos.noarch
plymouth-scripts-0.8.3-27.el6.centos.1.x86_64
patchutils-0.3.1-3.1.el6.x86_64
bc-1.06.95-1.el6.x86_64
cscope-15.6-6.el6.x86_64
coreutils-8.4-37.el6.x86_64
ncurses-devel-5.7-3.20090208.el6.x86_64
libselinux-utils-2.0.94-5.8.el6.x86_64
2015 Oct 20
2
getent passwd not showing domain users at boot
Mark,
As you try to extract all users from AD and as it is not always advisable I
would try into your rc script to retrieve only one user at boot time, just
to check if winbind is not working at all at that moment or if it refuse to
extract all domain users at that moment...
Cheers,
mathias
2015-10-20 10:18 GMT+02:00 Ole Traupe <ole.traupe at tu-berlin.de>:
> Mark, did you make sure
2015 Mar 14
3
Re: Can't create any KVM template due to the error with libguestfs
Thanks for your update,
I got the libguestfs packages from the centOS base repo and installed it
via yum.
=================
[root@node1 ~]# yum install libguest*
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirrors.modern.host
* epel: epel.mirrors.ovh.net
* epel-debuginfo: epel.mirrors.ovh.net
* epel-source: epel.mirrors.ovh.net
2006 Jul 08
3
Make AJAX form do multiple actions?
I have a form that I want to do a few things.
-do an Effect.SlideOut on a div
-replace the text in a div with different text
-update the database and add a new div later in the document.
How do call all of these (there is only one :complete or :update)
Thanks in advance.
--
Posted via http://www.ruby-forum.com/.
2009 Jul 29
3
[LLVMdev] Yet another MSVC fix
Please commit...
Best
Olaf Krzikalla
--
Olaf Krzikalla
Technische Universitaet Dresden
Zentrum fuer Informationsdienste und Hochleistungsrechnen
Abteilung Verteiltes und Datenintensives Rechnen
Zellescher Weg 12, 01069 Dresden
Willersbau, Zimmer A105
Telefonnr.: +49 351 463-32442
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: twine.patch
2006 Jun 29
3
Speeding up Prototype''s $$ Selector
Just a quick heads up that Sylvain Zimmer has posted a performance
upgrade for Prototype''s $$ selector, making the function up to 20 times
faster.
This could be just the thing I''ve been looking for recently as a site
I''m currently developing makes heavy usage of that $$ selector and I
have noticed that this can lead to a noticeable lag on page load.
See
2015 Jan 28
2
Can't create any VPS using KVM template due to the error with libguestfs
Hi,
I'm using SolusVM control panel to create KVM VPS. Suddenly, I can't make
any VPS on Host-Node. Their build log says the SolusVM can't read the
libguestfs in server.
During the debug, I've tried to mount existing VPS using guestmount command
and I can't mount the KVM image.
Please check here.
[root@msv07 /]# guestmount -i -a /dev/msv07data/kvm139_img /mnt
libguestfs:
2005 Aug 03
2
different browselists on multi homed server
Scenario:
One Samba server with multiple network adapters each hooked to a
different network.
Question:
How can I configure Samba (nmdb) to show different shares when browsing
the Samba server from clients connected to the different networks?
Background:
The nmdb is always running in a single instance, doesn't matter how
often it is started.
Regards
Richard
2015 Nov 23
3
COFF::IMAGE_REL_AMD64_REL32 relocation overflow when compiling for x86_64
Thanks Andy, helpful as always!
1 is a possibility, but not ideal for us.
Could you elaborate a little on 3? I don't really know what a jump stub is,
but am guessing it's a kind of "alternative symbol" which would just act as
a middle man to invoke the "real" symbol in the static library.
If that's the case, I can think of a way to implement it for specific
2015 Oct 19
2
getent passwd not showing domain users at boot
I've joined a member server to my Samba4 AD/DC Domain. It all works great,but I
have one minor problem at the moment. At boot-time, I want a list of domain
users. In my /etc/rc.local script I have:
/usr/bin/getent passwd > /etc/auto.domUsers 2>&1
This runs, but none of the domain users are listed, only local users. When I log
in and run `getent passwd` from the command line. I see
2015 Oct 21
1
getent passwd not showing domain users at boot
I added `service winbind status` to the beginning of my rc.local script and,
after booting, saw the message: "winbind stop/waiting".
So you're right, winbind is not running.
Hmmm, I thought rc.local was the last thing to run at boot time. winbindd is run
as a daemon, so I suppose rc.local could run before winbind has a chance to get
all its ducks in a row.
I'll try looping in