Displaying 20 results from an estimated 5000 matches similar to: "Cannot install Matlab 5.3 R11"
2010 Aug 25
4
OT: R for iPhone/iPad OS?
No, seriously: I've had more than one person at work wonder what math
toolset could be loaded onto iOS. So, before Matlab, FreeMat,
Mathematia, SciLab, Octave, or numpy (:-) ) produces a version for iPad,
any chance someone is working on R for iPad?
2002 Nov 19
5
plotting intersecting planes
Hi all
In two days, I am giving a small, informal workshop in our
Department about using R. Initially, it was just for statistician,
but surprisingly (to me anyhow) many mathematicians are also
coming who have a MATLAB background. They are coming at the
Workshop from a teaching perspective.
They are considering using R to avoid licensing issues with
MATLAB. One thing they were hoping me to
1999 Sep 19
1
error in loading shared libraries
Hi Folks,
I have been using R for many months on my Intel box running RH 5.1
and just recently have run into the following problem:
/home/royle> R
/usr/local/share/R/bin/R.binary: error in loading shared libraries: /usr/local/share/R/bin/R.binary: undefined symbol: __setfpucw
Can someone advise me on how to fix this problem?
I haven't modified my system at all, other than to install
2012 Feb 18
1
PATCH: Port equalloudfilt.m MATLAB to scilab
Although the script doesn't generate identical results, it seems to get fairly close.
The deviations for the Butterworth filter settings seem larger than for the equal loudness filter.
This script requires OpenSource scilab which is available for Windows, Linux and MacOS.
http://www.scilab.org/products/scilab/download
Earl
-------------- next part --------------
A non-text attachment was
2002 Jun 12
3
How does R compares for speed?
Hi,
For those who are interested, I have update my R benchmark (to version
1.5.0) and also to Splus 6. They are available at:
http://www.sciviews.org/other/benchmark.htm. A comparison is made between
Matlab (5.3 & 6), R 1.5.0, Splus 6 rel 2, O-Matrix 5.1, Octave 2.1.31,
Scilab 2.6, Rlab 2.1 and OX 3.00 under Windows 2000 pro.
Overall, R is not the fastest package, but it is one of the
2001 Mar 03
2
Image files in R
Does anyone have experience importing image files into R? I would like to be able to import such files, use R to analyze and compare and perhaps export again a modified file which can be displayed by the usual image display programs.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010303/ad72932b/attachment.html
2010 Jul 29
1
New Open Source Community
Equalis just announced it's public beta today
http://www.equalis.com http://www.equalis.com .
It has forums dedicated to lots of math topics including open source
software. It specifically has an R forum and an R user group. Also has
forums and groups for Octave, Scilab, and Sage.
http://www.equalis.com/forums/ http://www.equalis.com/forums/
2010 May 03
10
Math?
Dear All
Is there any software package like MATLAB for Windows available for centos?
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100503/7a522211/attachment-0001.html>
2009 Jan 04
1
R/octave/matlab etc.
I'd echo a lot of what has been said about this by the folk who have
been making R work so well. One of the main difficulties is that the
environment of computations affects relative performance. e.g., what
settings did a distro package builder choose. I note that my 3 GHz Dual
Core machine running Ubuntu 8.04 gets
octave 3.0.0
octave:6> tic; a = a + 1; toc
Elapsed time is 0.120027
2010 Dec 19
2
R.matlab memory use
Hi,
I am trying to load into R a MATLAB format file (actually, as saved by
octave). The file is about 300kB but R complains with a memory
allocation error:
> library(Rcompression)
> library(R.matlab)
Loading required package: R.oo
Loading required package: R.methodsS3
R.methodsS3 v1.2.0 (2010-03-13) successfully loaded. See ?R.methodsS3 for help.
R.oo v1.7.2 (2010-04-13) successfully
2004 Apr 22
1
New version of benchmark comparing R with other software
Hello,
Thanks to Douglas Bates, there is now a new benchmark suite (version 2.3)
which is compatible with R 1.9.0 and the recent Matrix library (0.8-1 or
above). You find it at http://www.sciviews.org/other/benchmark.htm. It
compares R 1.9.0 under Windows with:
S-PLUS 6.5, Matlab 6.0, O-Matrix 5.6, Octave 2.1.42, Scilab 2.7 and Ox 3.30.
In short, R in its version 1.9.0 and with the new Matrix
2012 Nov 08
1
the results of the SORT function differ from Scilab/Matlab for Complex Numbers
Hello useRs,
The results of the SORT function differ from Scilab/Matlab for Complex
Numbers in my example.
This design is the desirable in R?
Thanks.
Cleber
r <- c(
1.7507+0.1689i, 1.7507-0.1689i, 1.3886+0.0000i, 1.0458+0.0792i,
1.0458-0.0792i,
0.8279+0.1861i, 0.8279-0.1861i, 0.8263+0.3731i, 0.8263-0.3731i,
0.6548+0.0000i
)
> cbind(sort(r, d=T))
[,1]
[1,]
2005 Jul 13
3
How to use the function "plot" as Matlab?
Hello,
How to use the function plot to produce graphs as Matlab?
example in Matlab:
a = [1,2,5,3,6,8,1,7];
b = [1,7,2,9,2,3,4,5];
plot(a,'b')
hold
plot(b,'r')
How to make the same in R-package ?
I am trying something thus:
a <- c(1,2,5,3,6,8,1,7)
c(1,7,2,9,2,3,4,5) -> b
a;b
plot(a,t="l",col="blue")
plot(b,t="l",col="red")
2002 Aug 20
2
Calling R from within Matlab Code
Hi,
Does anyone know how I can call R from within Matlab and return the result
to Matlab?
Thanks,
Kamyar
--
==================================
FROM: Kamyar Hazaveh Hesarmaskan
Ontario, Canada
E-mail: kamyar_hazaveh at ieee.org
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2003 Apr 16
2
import data from Matlab & error msg when install package "e1071"
Hello,
I am trying to import data from Matlab..
when i looked up R documentation, it says, package "e1071" have command
(read.octave) to import data from octave.
but when I tried to install package by using:
install.packages("e1071");
I got the following message: ( BTW, my platform is linux version 2.4.18-3
my gcc is 2.96).
* Installing *source* package 'e1071' ...
2012 Feb 09
3
WineConsole Font Issue
Well many of you already know about the error but I'll still like to explain. I'm actually trying to get a Game Server Run on Linux without the X-server/VNC running. The server works but I don't have any console. There are some users who actually got a console without Xserver/VNC running on their game server using wineconsole so I'm trying to do the same but wineconsole would
2009 Jul 01
2
impossible to install a program
Debian Lenny & Sid packages V. 1.0.1-174-gc4039bd & 1.0.1
=================================================
Hi folks,
I try to install a pgm under wine (WebPlus x2, that installs under XP) with 'wine D:\\AUTORUN.EXE' (or D:\\setup\setup.exe), but I'm stuck:
The CD installer GUI starts, I jump registering (no PB), and I've got a window telling me "Action unauthorized.
2007 Mar 20
2
Translating code from R into Matlab code
Hi,
Correct me if I am wrong but can I translate the R code into Matlab via
this package. ie I have a script in R, if I run this package on a Unix
emulator can I get the R code displayed in Matlab format ( R code
changed into Matlab code). If that is possible that would be great and
if so how. Also, If this program cannot do this do you know one that can
do this:
Regards,
James Flood
2004 Jun 21
6
Visual stimulus presentation using R?
Dear all!
Although the Psycho-Toolbox for Matlab is free software, Matlab isn't.
I'm planning to do an experiment where it's essentail to travel to the
subjects, not let the subjects come to where the Matlab licences are
:-(
So I need to use a free software for my experiment if I don't want to
by an extra Matlab licence (which I don't want to).
Did anyone ever try to do
2013 Nov 20
2
r Y MATLAB
No puedo adjuntarlo a la lista. Os lo pongo esta tarde en DropBox y os envío
el enlace...
Un saludo.
Isidro Hidalgo Arellano
Observatorio Regional de Empleo
Consejería de Empleo y Economía
ihidalgo en jccm.es
http://www.jccm.es
> -----Mensaje original-----
> De: r-help-es-bounces en r-project.org [mailto:r-help-es-bounces en r-
> project.org] En nombre de Rubén Gómez Antolí
>