Displaying 20 results from an estimated 30000 matches similar to: "Speex simulation in matlab"
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:
2009 Oct 14
0
R version of MATLAB symbolic toolbox (variable substitution)
I'm translating some MATLAB code into R and have not found a simple
equivalent of the function R = subs(S,old,new).
I have, for example, a matrix such as this
mx<- function(){
matrix( c(0, f1, f2,
s1, 0, 0,
0, s2, 0), 3,3, byrow=T)
}
and a matrix of data
dat<-matrix(c(1,2,3,4,2,3,4,5),2,4, byrow=T,
dimnames<-list(NULL,
2008 Feb 07
2
where do I find stochastic volatilities models in R or Matlab?
Hi all,
Does anybody have the source code of stochastic volatility models in R
or Matlab, for example, the Bayesian based or the simulation based SV
estimations as described by Prof Eric Zivot in the following
discussion?
https://stat.ethz.ch/pipermail/r-sig-finance/2005q4/000501.html
--------------
I am wondering what is the current status of estimating stochastic vol
models and what's
1999 Jul 10
0
R,S,Octave,Matlab:SUMMARY
Dear R makers and users.
I summarize answers to my question. Thanks
for your help.
The conclusion seems to be
that, in terms of performance with large datasets,
Matlab=Octave > R > Splus5.1 > Splus5.0
but Matlab/Octave lack many of the stat
functions of R/S, and,
R does not have as many time-series functions
as S+ (but see last message to r-announce by adrian.trapletti at
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
2008 Mar 17
0
R.matlab errors and slow con
Hi,
I have noticed that when using R.matlab that the connection can become quite
slow though it remains open.
I have to kill both my R session and Matlab to start over and establish a
new connection (eg. close(matlab) - seems hung).
Is there a way around this?
I have been doing the following to establish the connection :
Matlab(host="localhost", port=9999, remote=FALSE)
matlab<-
2005 Jun 06
2
Porting Matlab code to R
Hello,
I'm looking at porting code written for Matlab to R.
However, I don't have sufficient knowledge of Matlab to know whether
it's feasible or appropriate.
If there is anyone who has any experience in this and could provide some
advice, I'd be grateful.
TIA, Peter
[[alternative HTML version deleted]]
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
2012 Dec 26
1
Converting R script to Matlab
Hello,
I am very new to R. I have used Matlab in the past but not extensively. I
would like to be able to convert an R script to Matlab. I should be
grateful if you would point me towards ahelpful link to do so.
Uma
[[alternative HTML version deleted]]
2006 Dec 20
1
R.matlab question
Does anyone know how to solve this question about R.matlab?
I am in windowsXP, my matlab is matlab 7.0.0 19920(R14)
thanks,
Aimin
> matlab <- Matlab(host="localhost", port=9998)
> if (!open(matlab)) throw("Matlab server is not running: waited 30 seconds.")
Error in list("throw("Matlab server is not running: waited 30 seconds.")" =
2011 Aug 26
0
Problem in calling R functions from Matlab
Hi,
I wish to use R (version 2.13.1)?from within Matlab(ver R2009a) on windows XP plaform (on both 64 bit and 32 bit OS) . For this I have installed StatConnector (http://rcom.univie.ac.at/download/current/statconnDCOM.latest.exe) for calling R from within Matlab (R2009a) on Windows XP platform. I have added all the files of MATLAB_RLINK folder (downloaded from
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 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
2013 Nov 20
0
r Y MATLAB
Hola:
Como dije ayer, ha coincidido que también me ha interesado esta
cuestión. He dado un repaso a las opciones que habéis dispuesto y, si os
parece, aquí expongo los resultados.
El 20/11/13 09:33, Carlos Ortega escribió:
> Más alternativas:
>
> http://stackoverflow.com/questions/5527145/convert-matlab-code-to-r
El guión que ponen en la primera respuesta arroja resultados
2000 Nov 29
1
matlab to R / 2
Colleagues,
Thanks for the suggestions concerning reading matlab files into R
1. Regarding documentation for the format of matlab files, please see two
manuals that I picked up from the matlab websites.
The name of the files are:
api_guide.pdf
api_ref.pdf
Use your web browser to access these files in my FTP directory
<ftp://ftp.niwa.cri.nz/incoming/mcclatchie> under the appropriate
2000 Dec 04
0
Data Exchange with StatDataML for MATLAB
The e1071-group is developping a data exchange package based on XML,
called StatDataML.
Both read and write functionality is available for R/S and
MATLAB/Octave.
Now here is a snapshot from the "StatDataML for MATLAB/Octave"-package.
It should work fine, but the installation procedure needs some
improvement yet.
I think the following will nevertheless make it run:
1. Get libxml 2.x
2006 Apr 19
1
comparing execition time: R vs matlab linear algebra...
Greetings:
We are evaluating the performance of R matrix algebra es as we port a
MATLAB R14 script into R.
The MATLAB code basically evaluates the AX=B system on sparse matrices
that result in output matrices of 100 to 1,000,000 rows/columns.
Our R prototype script uses spase base matrices and the methods qr() and
qr.coeff().
The following statements are called inside a doubly-nested loop:
G
2008 Mar 26
2
Moving data between R and Matlab back and forth?
Hi to the list,
I am trying to find a way to painlessly move structured data back and
forth between R and Matlab (also Octave). For this purpose I found the
R.matlab package great help. I wish to use a Matlab -v6 MAT file as an
intermediary format, because it is well read by both Matlab and
Octave. It is also well read by 'readMat' function in R.matlab
package, but that is where I run
2006 Jul 12
1
how to install matlab using Wine in Debian (Knoppix) or Fedora?
Hello Frank,
I am a reserch student at the Indian Institute of Technology in Chennai,
India. I need to work in Matlab Release 12 or Release 14 for my research
purpose. The OS I like and use is Linux, (Debian, Fedora), is it possible to
install Matlab 6.5 or 7.x using wine? I saw your website
www.frankscorner.org and saw some instructions. Can you please give me a
step by step instruction step for
2006 Aug 02
1
MATLAB 6.5 under Wine
Hi,
I'm completely new to Wine (I'm running version 0.9.9 under Ubuntu 6.06).
I have been able to install and run Windows apps and I can see that Wine really rocks! For speed, I'd rather run Wine than VMware, especially when it comes to running MATLAB under linux.
I'm having difficulty with getting MATLAB (6.5.0.180913a (R13)) to run. There are several threads in the Wine