由买买提看人间百态

topics

全部话题 - 话题: octave
1 2 3 4 5 6 7 8 9 下页 末页 (共9页)
g****t
发帖数: 31659
1
来自主题: Stock版 - Matlab的免费替代品是OCTAVE
看到版上有人问Matlab问题。如果你不想买Matlab,OCTAVE其实是很成熟的
东西了。多年以来:
1. Matlab的免费替代品是OCTAVE,没有之一。
2. OCTAVE和Matlab兼容度最大,如果你懂Matlab,直接用无需学习语法。
3. OCTAVE有fetch_google之类的现成函数,也有financial包,
直接把数据导出没有难度。
I*********t
发帖数: 5258
2
到octave-forge下载octave 的dmg,安装。再到wxmaxima下载wxMaxima-0.8.5-Maxima-
5.21.1.dmg,安装其中的GNUplot。然后在.bash_profile里写
# octave
export PATH="/Applications/octave.app/Contents/Resources/bin":$PATH
#gnuplot
export PATH="/Applications/Gnuplot.app/Contents/Resources/bin":$PATH
然后重新登录就可以在命令行里用了,也能在emacs里调用
i*****f
发帖数: 578
3
来自主题: Linux版 - anyone used Octave ?
Octave is very slow compared to matlab if our code is hard to get vertorized
. It
maybe because that octave does not have a Just-In-Time compiler (don't know
if there're third party JIT for octave)
But matlab scripting language sucks. that's another reason I hate matlab (
and don't like octave)
try numPy/sciPy if you can (does not have JIT either, but there's a 3-rd
party JIT called psyco only for x86 CPU).
m*******s
发帖数: 3142
4
来自主题: Linux版 - GNU Octave安装失败
最近刚听说GNU Octave和Matlab的兼容性非常好,所以我也想用一下这个freeware.
可惜我从官方网站上下载下来的最新版本
ftp://ftp.gnu.org/gnu/octave/octave-3.4.0.tar.gz
在linux上安装失败,好像说里头的某某函数没有定义,因为octave是用C++写的,我不
懂,不知道该
怎么办。
请问版上有没有人装过这个东西?能否分享一下安装经验?谢谢!
q**j
发帖数: 10612
5
来自主题: Programming版 - 请问用octave的牛人。
有没有一个类似matlab excel compiler 那样的东西,吧octave的code compile以后作
成为excel的plugin。然后在用户机器上面方一个类似matlab virtual machine的东西
(当然是octave版本)用户也就不要octave 了。请问这样作可能么?多谢。
H**r
发帖数: 10015
6
来自主题: Programming版 - 有人用过octave吗?
matlab to octave :compatibility is good
octave to matlab :not necessarily
bottom line: the only reason to use octave is to save money.
v****s
发帖数: 1112
7
【 以下文字转载自 Apple 讨论区 】
发信人: vicfcs (ML+CV), 信区: Apple
标 题: 有谁在OS X上成功装了octave+gnuplot的?
发信站: BBS 未名空间站 (Sat Nov 6 16:16:03 2010, 美东)
用了mac port,折腾了n久,都装上了,但是在octave里面一调用figure,就出错说set
terminal aqua,我的aqua已经装上了阿,在macport里面dependencies的时候我看到了!
晕阿。。。到底怎么搞?
c********l
发帖数: 8138
8
来自主题: Programming版 - 有人用过octave吗?
Andrew Ng 在强烈推荐octave,
他说是在科学计算,machine learning这一块要远远强于python
不知道版上有人有没有用过octave,说说感受?
w*x
发帖数: 518
9
来自主题: Programming版 - 有人用过octave吗?
是啊,对于学生而言matlab好上手,但是收费,所以就octave了。他没在课外说用
octave科研吧。
m******t
发帖数: 635
10
来自主题: Programming版 - 有人用过octave吗?
因为上Coursera的这门课,用的octave。很久以前读书的时候用过matlab,正好用
octave这个山寨,还是很容易适应的。不过,这门可的上机作业比较简单,所以测试不
出这个语言的好坏。个人感觉要是开发比较大点规模的ML项目,Python在调试方面、及
其他外围的接口,比如数据库、网络等的优势会比较明显。
v*******e
发帖数: 11604
11
来自主题: Programming版 - 有人用过octave吗?

octave的开发模式比较成问题,基本上是一个人的战斗,不像R那样有个team。
我用octave跑小的matlab code。不用任何包的,没问题。
若要用到各种包,就很难搞了。
l********r
发帖数: 187
12
来自主题: Unix版 - plot diff between matlab and octave
I notice there is uncompatibility in plot function between matlab and octave.
For example,
X=[1:1:100];
plot(X, '-b;a straight line;');
The above script will work perfect in octave, but in matlab, there will a
syntax error. Any one know how to solve this problem? Thanks.
r****t
发帖数: 10904
13
来自主题: Computation版 - matlab vs octave
octave-forge 上专门的package不少。
不过我不怎么用octave, 也不用matlab
D********g
发帖数: 533
14
来自主题: Computation版 - Octave还是SciLab
准备在Linux下面使数值计算软件。MatLab太贵。
在Win下面曾今用过这两个,SciLab好像语法和MatLab不是完全兼容;Octave很老的时
候用过,那个时候效率不高 因为要Cygwin。不知道在纯Linux环境中,Octave效率是不
是能和SciLab一拼呢?
其实语法不兼容倒也算了,关键比较看重效率。达人说说这两个那个好点吧~
谢拉!
//bow
s**i
发帖数: 381
15
ft.double click the octave icon on your desktop and then you are started.
maybe you don't have it on your desktop, then find it where you installed.
At least, you can start a command line and run octave at where it is.
o**n
发帖数: 2130
16
来自主题: Military版 - 你这个犯法了,我劝你用octave
你这个犯法了,我劝你用octave, 相当于matlab的免费版
k*****r
发帖数: 21039
17
似乎还是比matlab/octave要罗嗦些。
d**j
发帖数: 5290
v****s
发帖数: 1112
19
用了mac port,折腾了n久,都装上了,但是在octave里面一调用figure,就出错说set
terminal aqua,我的aqua已经装上了阿,在macport里面dependencies的时候我看到了!
晕阿。。。到底怎么搞?
v****s
发帖数: 1112
20
sudo port install aqua
it finished successfully.
besides, i can use gnuplot in the terminal, and x11 will bring up the plot
window.
the problem is with the octave
S**I
发帖数: 15689
21
直接从gnuplot的源文件编译安装,有X11就行了,不是非得用octave不可:
./configure --with-readline=bsd --x-include=/usr/include/X11 --x-libraries=/
usr/X11/lib
make
sudo make install

set
了!
I*********t
发帖数: 5258
22
.…


我还真没注意到octave里的extras也带有gnuplot…
p***r
发帖数: 195
23
来自主题: Linux版 - anyone used Octave ?
你老总行为艺术,好好的matlab不用,非要用octave
我都不敢用这东西,说不准出点错误还不够修复的呢,matlab应当各学校都有,你就不
要试这个了
P***y
发帖数: 2885
24
来自主题: Programming版 - 请问用octave的牛人。
用过octave,感觉不好用,况且matlab有免费的版本。。。
t****t
发帖数: 6806
25
来自主题: Programming版 - 有人用过octave吗?
octave就是matlab clone, 当然比matlab还是差很远
e*******o
发帖数: 4654
26
来自主题: Programming版 - 有人用过octave吗?
Ng 推荐是因为那个课,octave 足够吧。
w***g
发帖数: 5958
27
来自主题: Programming版 - 有人用过octave吗?
octave比matlab差远了,基本上没有兼容性吧。网上能找到那些大学里写出来的matlab
package应该都跑不起来。建议还是搞个matlab student,也就$50。
或者转scipy,好歹是原创的,用的人也不少。matlab主要牛在simulation和computer
vision之类的,搞机器学习数据挖掘其实代替品很多,比如weka我用着就觉得很爽。
H**r
发帖数: 10015
28
来自主题: Programming版 - 有人用过octave吗?
octave貌似本来是想和matlab兼容
实际上又差了不少。。

matlab
computer
g****t
发帖数: 31659
29
来自主题: Programming版 - 有人用过octave吗?
这不是废话么。如果matlab免费,谁还用octave
H**r
发帖数: 10015
30
来自主题: Programming版 - 有人用过octave吗?
很多开源软件大家之所以用不完全是为了省钱
octave这个纯粹为了省钱,牺牲了很多。实际上有个正经活儿的时候正常公司宁可花钱
买matlab的license都不省这钱
V********t
发帖数: 20
j**u
发帖数: 6059
32
来自主题: Computation版 - matlab vs octave

早就听说octave是gnu版的matlab,看起来效果还挺好的。不知道图像
处理功能如何?
c***r
发帖数: 63
33
来自主题: Computation版 - matlab vs octave
MatLab 那么多专门的软件包,Octave 没法比
j**u
发帖数: 6059
34
来自主题: Computation版 - matlab vs octave

matlab太贵了,如果可以用Octave的话,还是不错的。尤其是不少程序
不用大改,还是有一定吸引力的。
P*******t
发帖数: 202
35
来自主题: Computation版 - Octave还是SciLab
人是一个大牛num analysis教授推荐用octave
x*****u
发帖数: 3419
36
来自主题: Computation版 - Octave还是SciLab
Can't you do something similar? It is just a benchmark.
Anyway, I have no experience of scilib, but I like octave.

too
o*******e
发帖数: 186
37
来自主题: Computation版 - Octave还是SciLab
As far as I know, there is free version of Octave for windows available.
p******a
发帖数: 483
38
手头下载了GNU octave。好像是forge什么的。50M。也有microsoft vc.然后如何开始
哪?
t*******r
发帖数: 22634
39
我刚才去 wiki 看了一下,的确长的 string 可以让 inharmonicity
更少,同时让 tuning 可以更准。
不过这么说来,喜欢电钢琴的最准,也不是没源头的。
http://en.wikipedia.org/wiki/Piano
Inharmonicity requires octaves to be "stretched," or
tuned to a lower octave's corresponding sharp overtone
rather than to a theoretically correct octave. If
octaves are not stretched, single octaves sound in
tune, but double—and notably triple—octaves are
unacceptably narrow. Stretching a small piano's
octaves to match its inherent inharmonicity level
creates an imbalance... 阅读全帖
t******l
发帖数: 10908
40
来自主题: Parenting版 - 小学数学题
Now the example of number 17
octave:22> mod(1, 17)
ans = 1
octave:23> mod(10, 17)
ans = 10
octave:24> mod(100, 17)
ans = 15
octave:25> mod(1000, 17)
ans = 14
octave:26> mod(10000, 17)
ans = 4
octave:27> mod(100000, 17)
ans = 6
So 100011
k*******f
发帖数: 438
41
大多数的和弦都是根音在4/5/6弦上。如果把根音所在的位置看作一个分水岭,在第0把
位,EAD和CGF完全是两种不同的pattern。EAD属于其他的音都在根音品位之上(更高品
),而CGF是所有其他音都在根音品位之下(更低品)。
长远来看的话,个人的经验是EAD这个pattern比CGF要重要很多。因为高把位的和弦经
常涉及到横按。这个时候EAD这个pattern从指法上来说更现实。
其实我觉得最关键的是要弄明白各个弦之间的Interval。我们都知道是55545,但是具
体记和弦和演奏的时候这个55545完全没有任何帮助。但是如果记住两点:
1、大部分时间,其他都是同品位更高音的弦是相邻低音弦的perfect 4th。例子就是空
弦时A是E的perfect 4th。
2、大部分时间,往高音弦走两根弦,提高两个品位,这两个音是octave的关系。例子
就是4弦2品是E,这个和空弦6弦音高是octave。
当然,所谓“大部分时间”,就是到2/3弦这个相邻4个半音的时候你需要自己调整。
记住这两个剩下的interval就会很容易推出来:6弦是root的话,5弦同品是perfect
4th... 阅读全帖
t*******r
发帖数: 22634
42
另外我发现我又太无厘头了。。。其实 gnu octave 根本就是
免费软件。(俺屌丝又不是高富帅,能有啥高级货色嘛。。。)
gnu octave 从这里下载:
http://www.gnu.org/software/octave/download.html
不过我用的 gnu octave 是 UNIX 版,PC 上装 gnu octave
比较折腾。。。PC 上我用 scilab,其命令几乎没有差别,从下面
这个 link 下载。
http://www.scilab.org/
我待会儿给张 scilab 命令的屏幕截图,命令敲进去,结果
跳出来,电算年代还是比肉算年代爽多了。。。
m****i
发帖数: 1076
43
来自主题: MusicPlayer版 - Blues Lesson (4)
Lesson: 4
Title: Scale Harmonization and Chord Construction
Level: Intermediate
Style : Application of music theory
Instructor: Dave Good
In this lesson, I want to look at building chords through scale
harmonizing.
I am asked over and over questions like "How do you make this chord?"
and
"What chord is this?" Well, I would like to present the idea of chord
construction, first from a theoretical point of view, and then how to
relate
this to the guitar. If you already know basic music theory, you ... 阅读全帖
H**r
发帖数: 10015
44
来自主题: Military版 - matlab开始赚中国钱了
Octave tries to be better than Matlab, and this contradicts with another
important design goal of Octave,to be fully compatible with Matlab....code
written in Matlab is generally okay on Octave, but code accepted by Octave
could be incompatible with Matlab.
Honestly, there are many flaws with Matlab, just like there are many flaws
with SQL. If they can start over and re-design them, things would be much
better. Unfortunately,it's too costly to change. You still need Matlab, and
you have to live ... 阅读全帖
t******l
发帖数: 10908
45
来自主题: Parenting版 - 小学数学题
Now this the example for number 7
octave:13> mod(1,7)
ans = 1
octave:14> mod(10,7)
ans = 3
octave:15> mod(100,7)
ans = 2
octave:16> mod(1000,7)
ans = 6
use combinatorics, get 1001, done.
t******l
发帖数: 10908
46
来自主题: Parenting版 - 小学数学题
Now the example of number 13
octave:18> mod(1, 13)
ans = 1
octave:19> mod(10, 13)
ans = 10
octave:20> mod(100, 13)
ans = 9
octave:21> mod(1000, 13)
ans = 12
so 1001, done
d*****e
发帖数: 7368
47
来自主题: NewJersey版 - Montclair公园昨晚两人被杀
when n is not too big, you can see the diff
octave:5> n=100
n = 100
octave:6> 1-((n-1)/n)^20
ans = 0.18209
octave:7> 20*1/n
ans = 0.20000
octave:8>
When n is big, no difference.
m****i
发帖数: 1076
48
来自主题: MusicPlayer版 - Blues Lesson (8)
Lesson: 8
Title: Development of Chords from Scale Tones in Thirds
Level: Beginner
Style: Chord theory
Instructor: Dennis O'Neill
10 February 1993
Introduction.
Many chords can be developed by extracting alternate scale tones,
i.e., using tones that are major thirds or minor thirds apart within a
scale. In this series of exercises, you will begin by building
three-note chords from the major and three minor scales relative to C
major and progress to building seven-note (thirteenth) chords. You
wil... 阅读全帖
f**d
发帖数: 768
49
来自主题: Neuroscience版 - eBook: From computer to brain
这是一本计算神经科学的优秀著作,全文拷贝这里(图和公式缺),有兴趣的同学可以
阅读
如需要,我可以分享PDF文件(--仅供个人学习,无商业用途)
From Computer to Brain
William W. Lytton
From Computer to Brain
Foundations of Computational Neuroscience
Springer
William W. Lytton, M.D.
Associate Professor, State University of New York, Downstato, Brooklyn, NY
Visiting Associate Professor, University of Wisconsin, Madison
Visiting Associate Professor, Polytechnic University, Brooklyn, NY
Staff Neurologist., Kings County Hospital, Brooklyn, NY
In From Computer to Brain: ... 阅读全帖
y****i
发帖数: 17878
50
Cards not eligible for the rewards bonus:
Non-rewards credit cards
Business purpose credit cards
Bank of America Accolades®
BankAmericard Better Balance Rewards®
Merrill Lynch branded (including Merrill Accolades®, MERRILL+®,
Merrill Lynch® Octave® and Private Banking and Investment Group
Octave®)
U.S. Trust branded (including Bank of America Accolades® and U.S. Trust
® Octave®)
AAA® Gas Rebate
Alaska Airlines®
Allegiant World MasterCar... 阅读全帖
1 2 3 4 5 6 7 8 9 下页 末页 (共9页)