Displaying 20 results from an estimated 400 matches similar to: "R.matlab package help"
2006 Dec 17
1
Start Matlab server in R 2.4.0
In order to start matlab server in R , I using the following commands
getwd()
setwd("D:\R_matlab")
install.packages("R.oo")
install.packages("R.matlab")
install.packages("R.utils")
library(R.matlab)
Matlab$startServer()
a minimized MATLAB Command Window come out,
but I can't make this window become larger. Does anyone know why?
I type
2007 Apr 10
2
Matlab import
Dear R-Experts,
here again a question concerning matlab. With the command "matrixM=[1 2
3;4 5 6]" a matrix under Matlab was constructed. It was than stored with
the command "save('matrixM.txt','matrixM')".
Now I tried to import the data in R with the help of the command
"Z=matrix(scan("Z:/Software/R-Programme/matrixM.txt"))"
An error
2007 Jun 17
2
Branch 'as' - test/trace
test/trace/Makefile.am | 1
test/trace/values.as | 63 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
New commits:
diff-tree aaca94203d8a0ccb8feb32c0d57df3401fca0350 (from 987074e275ac77f8799e5fdf41890e8ef126b291)
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Jun 17 12:56:42 2007 +0200
add values.as which provides some default values
2007 Nov 17
3
R and reading matlab compressed files
Is there any way to read these files (standard .mat files, created by
matlab version 7 onwards are compressed)? I know that R.matlab doesn't
read them (it even says in the file MatlabServer.m "Matlab v7 saves
compressed files, which is not recognized by R.matlab's readMat()" (lines
47-8)).
I know I should be able to make R call Matlab and transfer data (not that
I managed to
2007 May 08
3
MYSQL Query --> PAGE
I have all my SIP users in a realtime database. I would like to use
MySQL command to query the database and use the results from the query
to page all the phones found in the query.
The results from the MySQL query will be multiple rows of extension:
Something like:
mysql> Select extension from sip where extension like '6%'
6001
6002
6003
ex....
I need to put all the results into a
2005 May 16
2
callback problem
hello
i am trying to make a callback solution.
client will call callback number and call is
terminated.
now callback server will create a call for that
client.
actually i have a problem in this process. that server
is creating call to client (UA) when previous call is
not disconnected yet.
UA---------->Asterisk(callbacknumber) callis answered
UA<----------Asterisk(callbackserver) call is
2010 Oct 08
1
R CMD SHLIB changes function name when compiling
Hi,
I'm trying to write a function in C for implementation with .Call. When
compiling using R CMD SHLIB characters seem to be added to the function
name.
Here's the complete C code from the file summariseMCMC.c:
#include<R.h>
#include<Rdefines.h>
#include<Rinternals.h>
void summariseMCMC(SEXP data) {
PROTECT(data=AS_NUMERIC(data));
UNPROTECT(1);
}
Then
2013 Nov 02
4
[LLVMdev] get function local debug info?
Hi,
If I have an instance of DISubprogram, can I get the debug info of local
variables of the function, including parameters?
I tried to use the getVariables() function defined in DISubprogram, but
it seemed to return an empty DIArray node when I ran my pass alone using
opt. Do I need to enable any other analysis passes in order to populate
the data?
My related snippet of code is like the
2016 May 29
1
How to find variable names from LLVM IR?
If I have an operand as a Value from an instruction like: Value* V =
opnd->get(); and I am sure this is a variable, I want to know the variable
name (in source code) for this Value object. I am doing it like this:
const Function* Func;
if (const Argument* Arg = dyn_cast<Argument>(V))
{
Func =
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
Tag '0.5.3' created by Benjamin Otte <otte at gnome.org> at 2007-10-12 17:13 -0700
release 0.5.3 ("Tennis")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHD50fvMv5VCdLq8QRAj21AKC+kWUT9YN0gGDxLNS6Bequt5ufjgCgtYgd
9zH6AzP7/BHRfo0j1tw80V8=
=wOYr
-----END PGP SIGNATURE-----
Changes since 0.5.2:
Benjamin Otte:
first try in getting movie
2013 Nov 03
0
[LLVMdev] get function local debug info?
+llvmdev because I accidentally dropped it
On Nov 3, 2013 6:57 AM, "David Blaikie" <dblaikie at gmail.com> wrote:
> You're welcome to provide a patch or I might get to it myself. Also this
> should be described in http://llvm.org/docs/SourceLevelDebugging.html if
> it isn't already
> On Nov 3, 2013 12:11 AM, "lu zhao" <luzhao at cs.utah.edu>
2007 Jun 10
1
variable scope
caveat: I haven't either read actionscript language spec nor really
got through swfdec context, frame and such. This is fully based on
blocky.swf code inspection.
thanks to flare, i can extract the below beautiful code. You don't
need to understand the whole thing but there is one thing to notice:
border[XY]start are initialized in on(press) and get used in
on(release). Currently swfdec
2013 Nov 03
0
[LLVMdev] get function local debug info?
On Sat, Nov 2, 2013 at 4:17 PM, lu zhao <luzhao at cs.utah.edu> wrote:
> Hi,
>
> If I have an instance of DISubprogram, can I get the debug info of local
> variables of the function, including parameters?
>
> I tried to use the getVariables() function defined in DISubprogram, but it
> seemed to return an empty DIArray node when I ran my pass alone using opt.
> Do I
2023 Apr 10
1
Setting PJSIP header from AMI
Hello,
We are moving from an older asterisk/SIP to a newer (18+) asterisk/PJSIP and trying to figure out how to add [identity] header when originating a call from AMI/PAMI.
In the older version we would just set a variable like this:
$action = new OriginateAction("SIP/....");
$action->setVariable('__SIPADDHEADER51',"Identity: $identity"); // $identity
2006 Dec 15
6
Query regarding linking R with Matlab
Thank you sir for your prompt reply.
Currently i am stuck at point where I need to call an available Matlab program from an R 2.4.0 interface. How can I do this? I have downloaded the R.matlab file and also the manual in pdf. But still i am not able to get through the problem. I will be grateful to you if you can elaborate me on this.
Awaiting your reply,
regards,
Bhanu Kalyan K
2010 Jul 17
1
AGI execution after Dial
Hello,
I'm currently developing a simple asterisk application using SFS (Skype For
SIP) which tries to call to an outbound number, play a message and read DMTF
digits. My first approach used the Manager to originate calls and then
called an
agi script to deal with the rest. Anyway, this ended up being not so clear
because the call did not start on the Originate extension that it was
supposed
2007 Sep 26
1
Youtube broken by 89d295a94
Hello!
The current swfdec from git won't play videos on youtube. I had
bisected the change. 8fc53e76 ("merge the too get_variable functions")
is the last good revision. 89d295a94 ("implement
swfdec_action_get_movie_by_path() and use it for GetVariable") is
broken.
Broken revisions show "share" and "watch" on blinking white background
with two labels
2006 Dec 30
2
Evaluating Entire Matlab code at a time
Hi.
On 12/30/06, Bhanu Kalyan.K <kalyansikha at yahoo.com> wrote:
> Dear Mr.Bengtsson,
>
> The steps you have suggested are working for single lines of matlab
> statements. But, as i mentioned earlier, If i want to see the output of an
> entire matlab code (say swissroll.m) then you suggested me to do
> res <- evaluate(matlab, "swissroll").
> When i did
2006 Feb 27
1
Problems dialing to another Asterisk server
Hi,
I have a problem dialing a SIP phone which is logged in as different
Astesrik machine from the one I am working with.
I want to call a phone in Another astersik machine in , if it answers,
calling a SiP phone registered in my ASterisk:
My dialplan is:
[mariaSIP]
exten => _1.,1,Wait(1)
exten => _1.,2,Dial(SIP/6021@192.168.0.51:5038,20)
exten => _1.,3,HangUp()
exten =>
2013 Feb 07
0
Help R.matlab
Dear useRs,
This post relates to a similar problem (
https://stat.ethz.ch/pipermail/r-help/2010-August/250719.html)
I am using R.matlab (R.matlab v1.6.3 (2013-01-17) to iterate matrix
multiplication in matlab 2012Rb. Everything works fine except for some
random iteration of my model the command getVariable would fail to bring
matlab objects back to R. Could someone help me understand what's