search for: fileexchange

Displaying 19 results from an estimated 19 matches for "fileexchange".

2006 May 08
3
Non repetitive permutations/combinations of elements
...mns. e.g. 1s and -1s for 3 columns can be done uniquely in 2^3 ways. -1 -1 -1 -1 -1 1 -1 1 -1 -1 1 1 1 -1 -1 1 -1 1 1 1 -1 1 1 1 and for 4 columns in 2^4 ways and so on. I finally used the function combn([0 1],3) that I found at the following link http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=7147&objectType=FILE written by Jos van der Geest in Matlab which generated the above. How can I do this is R? I have looked at permn and combn in the combinat library and permutations and combinations in the gtools library and I am still confused as to how to get it to w...
2011 Mar 25
0
Bounding ellipse for any set of points
...llipsoid (MVEE) of a set of points. In two dimensions, this is just ## the bounding ellipse (this function is limited to two dimensions). ## Adapted by Andy Lyons from Matlab code by Nima Moshtagh. ## Copyright (c) 2009, Nima Moshtagh ## [1]http://www.mathworks.com/matlabcentral/fileexchange/9542 ## [2]http://www.mathworks.com/matlabcentral/fileexchange/13844 ## [3]http://stackoverflow.com/questions/1768197/bounding-ellipse ## ## Parameters ## xy a two-column data frame containing x and y coordinates ## if NULL then a random samp...
2011 Jul 21
0
Bounding ellipse for any set of points
...set of points. In two dimensions, this is just > ## the bounding ellipse (this function is limited to two dimensions). > ## Adapted by Andy Lyons from Matlab code by Nima Moshtagh. > ## Copyright (c) 2009, Nima Moshtagh > ## [1]http://www.mathworks.com/matlabcentral/fileexchange/9542 > ## [2]http://www.mathworks.com/matlabcentral/fileexchange/13844 > ## [3]http://stackoverflow.com/questions/1768197/bounding-ellipse > ## > ## Parameters > ## xy a two-column data frame containing x and y coordinates > ##...
2007 Aug 14
1
File Exchange?
Hi, I've been using R for a number of years, and must say I really like it. This past summer, however, I started using MatLab for a course at school and found the file exchange it has ( http://www.mathworks.com/matlabcentral/fileexchange/loadCategory.do) to be extremely useful. I know that R has packages that people share, and that there's also RForge for more advanced tools... But is there anywhere where people share R scripts? For example, if I make a function that does one specific task, but I don't want to make a forma...
2011 Aug 15
2
temporal disaggregation
Dear R-users, I have an anual info of gross product and I would like to disaggregate to trimestral data. Can I import a matlab library of Quilis? ( http://www.mathworks.com/matlabcentral/fileexchange/24438-temporal-disaggregation-library ) Thanks, Sebasti?n.
2010 Jul 05
2
r code exchange site?
Does there exist a site where snippets of r code examples can be deposited, such as the one that exists for matlab? http://www.mathworks.com/matlabcentral/fileexchange/ ps I also noted from the main r site http://www.r-project.org/ when you click on the nabble link under the search link, I end up here http://e-nvf.vvvay.net/-td13672.html#a13819 which I don't think is anything to do with R as far as I can tell (but my Russian is not that hot) Yours Hopef...
2011 Aug 26
0
Problem in calling R functions from Matlab
...it 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 http://www.mathworks.com/matlabcentral/fileexchange/5051) into the default?Matlab working path?(D:\User\MATLAB) and also added the folder MATLAB_RLINK to the matlab path C:\Program Files\MATLAB\R2009a\toolbox . It seems that Matlab is able to connect to R however I am facing a problem while trying to call R functions from within Matlab. I have loade...
2012 Jul 02
0
Fit circle with R
Dear Researchers, I wrote two function to fit a circle using noisy data. 1- the fitCircle() is derived from MATLAB code of * zhak Bucher* from the link http://www.mathworks.com/matlabcentral/fileexchange/5557-circle-fit/content/circfit.m 2- the CircleFitByPratt() from MATLAB code of *Nikolai Chernov *from the link http://www.mathworks.com/matlabcentral/fileexchange/22643-circle-fit-pratt-method/content/CircleFitByPratt.m, based on: *V. Pratt, "Direct least-squares fitting of algebraic surfaces...
2011 Jan 10
1
Cosinor en R
...existe algo que hace lo que busco: ?1. Me he extendido demasiado así que resumo: ¿hay algún paquete para cronobiología que haga un test de ritmicidad circadiana? Si no es así, ¿qué debería hacer, glm, regresión circular...? Cordialmente, Isabel Martínez ?1 http://www.mathworks.com/matlabcentral/fileexchange/20329-cosinor-analysis [[alternative HTML version deleted]]
2011 Aug 15
3
desagregación temporal
Estimados usuarios de R: Tengo que hacer una desagregación temporal de una serie anual del producto interno bruto en trimestral. ¿Hay alguna forma de utilizar la librería en matlab de Quilis de desagregación temporal en R? La libreria se puede bajar de http://www.mathworks.com/matlabcentral/fileexchange/24438-temporal-disaggregation-library Saludos, Sebastián.
2008 Jun 02
0
R function for Woody Average (Average with alignment)?
Dear R users, I'm looking for a function to align multiple waveforms that contain random phase shifts. The "Woody Average" is one such method -- is there any comparable function already coded for R? Matlab code for this type of average exists [http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=12459&objectType=FILE] but I don't speak matlab. Cheers, Uri
2010 Jan 07
1
adding 3D arrows to 3D plots
Greetings, I would like to add 3D arrows (i.e. arrow-headed vectors linking X1Y1Z1 to X2,Y2,Z2) to a 3D plot; ideally the sort of plot that can be rotated interactively. Is this possible using plot3d, or another 3d plotter in R? While it is easy to draw segments in plot3d (e.g. below), I haven't figured out how to add arrow heads, or to create 3d arrows from scratch. ##two headless
2009 Feb 18
1
alpha shape function
Hi all, I want to approximate te shape of an area defined by a set of points. The convex hull is not good enough, but I think that an alpha shape would be fine. I did an RSiteSearch(), google search, RSeek.org search, looked at the CRAN Views, but was unable do find a function in R that computes the alpha shape. Does anyone know if there is such a function in R? Theank you very much. Moacir
2009 Aug 10
1
R to MATLAB translation
Hi, Is there any package out there that might help me with translating R code into MATLAB? Using RSiteSearch I found a bunch of "MATLAB stuff" but it all seems to go in the opposite direction, i.e., emulating MATLAB functions in R. Thanks in advance, Andy __________________________________ Andy Jaworski 518-1-01 Process Laboratory 3M Corporate Research Laboratory ----- E-mail:
2009 Mar 09
0
Usar R desde Matlab
Hola, He estado utilizando un paquete en Matlab para llamar a R ( http://www.mathworks.com/matlabcentral/fileexchange/5051 ). Es muy sencillo y en cinco minutos he conseguido ejecutar funciones de R. Basta con instalar este paquete en el directorio de trabajo y podremos ver unas funciones para enviar variables a r y trabajar desde matlab. Un ejemplo sería este: >> openR >> a = round(10*rand(4)) a =...
2012 Dec 24
1
R and Matlab
Hi, How can I call R functions or Package in MatLab? Is there any way? Thanks Regards Ranginkaman [[alternative HTML version deleted]]
2007 Aug 06
0
KMO sampling adequacy and SPSS -- partial solution
...tolstoy.newcastle.edu.au/R/help/05/12/17233.html) As it turns out, last year Trujillo-Ortiz et al. at the Universidad Autonoma de Baja California wrote and posted a script for MATLAB that does the job. You can see it (with a discussion of KMO statistics) at http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=12736 Please see their post for documentation/citations/references, etc. I translated the code into R-speak and added a little to the output; the function and an example are copied below. You can just copy/paste to the console to try it out, provided you have the MASS package...
2004 Jan 20
1
evaluation of discriminant functions+multivariate homosce dasticity
...z-Walls, K. Castro-Morales, ## A. Espinoza-Tenorio, A. Guia-Ramirez and R. Carmona-Pina. (2002). ## MBoxtest: Multivariate Statistical Testing for the Homogeneity of ## Covariance Matrices by the Box's M. A MATLAB file. [WWW document]. ## URL http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=273 3&objectType=FILE ## ## References: ## ## Stevens, J. (1992), Applied Multivariate Statistics for Social Sciences. ## 2nd. ed., New-Jersey:Lawrance Erlbaum Associates Publishers. pp. 260-269. if (alpha <= 0 || alpha >= 1) stop('significa...
2013 Oct 25
2
Mounting Linux Samba Shares on Windows when Active Directory Server is down
Hi, I am running Samba 3.6.19 and making my way through all the Active Directory documentation. I have joined various Linux boxes to a Windows Server 2008 R2 Active Directory domain. Windows 7 users who log on with their domain accounts can mount the correct shares exported by the Linux boxes without having to supply any additional credentials. All working perfectly! However, I have a