由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Biology版 - Matlab + R: R-Link, RMatlab, or others? (转载)
相关主题
请教如何将libSBML绑定到Matlab或者其他编译工具上,谢谢! (转载)总觉得“生物信息学”不大靠谱
关于:生物信息学软件为什么退化成了字符界面生物信息为啥不靠谱,为啥没GUI,为啥要zb
问个生物计算中的for loop的问题请教简历H1b学历评估问题
why biologists and biostatisticans shouldn't be talking to each otherBayer job application填表中,work experience选项中没有China
做心电理论的,没有医学背景,有转行的选项么?clc workbench aligner: 有人熟悉吗
用终端机 (Terminal) run Bioinformatics 程序 的好处有人了解清华张明晖的NKT免疫疗法么?
weka testing for testing set纯生物PhD直接找编程的工作,可行吗?
鸡肋offer: 6万美金成都,无房。美国现收入7万 (转载)matlab for neuroscientist
相关话题的讨论汇总
话题: matlab话题: rmatlab话题: link话题: others话题: file
进入Biology版参与讨论
1 (共1页)
c*****m
发帖数: 1160
1
【 以下文字转载自 Programming 讨论区 】
发信人: chatham (聊天火腿), 信区: Programming
标 题: Matlab + R: R-Link, RMatlab, or others?
发信站: BBS 未名空间站 (Thu May 16 11:34:59 2013, 美东)
要在Matlab里面call R,找到的第一个选项是R-Link
mathworks.com/matlabcentral/fileexchange/5051
它没有 x64版本,也不能在Linux上用,所以在我的两个系统上都没法装。
第二个选项是 RMatlab
有点旧。修改一些code之后编译,总算装上了,但是只能在matlab 命令行上跑 (
matlab -nojvm);在 Matlab GUI上面一 initializeR就死掉。
有用过的么?有什么好建议?
谢谢。
Z**0
发帖数: 1119
2
建议用matlab的system call直接run R。
M*P
发帖数: 6456
3
或者用rscript

【在 c*****m 的大作中提到】
: 【 以下文字转载自 Programming 讨论区 】
: 发信人: chatham (聊天火腿), 信区: Programming
: 标 题: Matlab + R: R-Link, RMatlab, or others?
: 发信站: BBS 未名空间站 (Thu May 16 11:34:59 2013, 美东)
: 要在Matlab里面call R,找到的第一个选项是R-Link
: mathworks.com/matlabcentral/fileexchange/5051
: 它没有 x64版本,也不能在Linux上用,所以在我的两个系统上都没法装。
: 第二个选项是 RMatlab
: 有点旧。修改一些code之后编译,总算装上了,但是只能在matlab 命令行上跑 (
: matlab -nojvm);在 Matlab GUI上面一 initializeR就死掉。

c*****m
发帖数: 1160
4
finally, found this one: http://rwiki.sciviews.org/doku.php?id=tips:callingr:matlab
Matlab File Exchange file saveR and install the R package R.matlab.
From matlab, save the variable in disk, call R (which will read, calculate,
and write result), then load the R result into Matlab.
w********m
发帖数: 1137
5
直接用R好了。
1 (共1页)
进入Biology版参与讨论
相关主题
matlab for neuroscientist做心电理论的,没有医学背景,有转行的选项么?
一年多以前有一位神人在本版说了一个MatLab指令用终端机 (Terminal) run Bioinformatics 程序 的好处
Linux // Perl // Python // Java // Rweka testing for testing set
各位牛人,求PAUP* 4.0的LINUX或MAC版本的程序鸡肋offer: 6万美金成都,无房。美国现收入7万 (转载)
请教如何将libSBML绑定到Matlab或者其他编译工具上,谢谢! (转载)总觉得“生物信息学”不大靠谱
关于:生物信息学软件为什么退化成了字符界面生物信息为啥不靠谱,为啥没GUI,为啥要zb
问个生物计算中的for loop的问题请教简历H1b学历评估问题
why biologists and biostatisticans shouldn't be talking to each otherBayer job application填表中,work experience选项中没有China
相关话题的讨论汇总
话题: matlab话题: rmatlab话题: link话题: others话题: file