欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
GNU Octave
来自开放百科 - 灰狐
(版本间的差异)
小 (→项目) |
小 (→图集) |
||
(未显示1个用户的15个中间版本) | |||
第1行: | 第1行: | ||
{{SeeWikipedia}} | {{SeeWikipedia}} | ||
+ | GNU Octave | ||
+ | [[文件:octave-logo.png|right|GNU Octave]] | ||
+ | |||
+ | ==简介== | ||
GNU Octave 是一个高级的数值计算软件包,是 [[MATLAB]] 开源替代品。 | GNU Octave 是一个高级的数值计算软件包,是 [[MATLAB]] 开源替代品。 | ||
− | GNU Octave 有大约 60万行C++,大约10万行的m文件(Octave自己编写的语言),和大约50, | + | GNU Octave 有大约 60万行C++,大约10万行的m文件(Octave自己编写的语言),和大约50,000行的Fortran([https://wiki.octave.org/Building 依赖BLAS和LAPACK,线性代数封装代码])。 |
==新闻== | ==新闻== | ||
− | + | *[http://planet.octave.org/ Planet Octave] | |
==安装== | ==安装== | ||
OS X | OS X | ||
+ | |||
+ | 下载 [https://octave-app.org/ Octave.app] dmg安装包,或: | ||
brew tap homebrew/science | brew tap homebrew/science | ||
− | brew install octave | + | brew install octave |
− | + | ||
Debian | Debian | ||
第30行: | 第35行: | ||
==项目== | ==项目== | ||
+ | *[https://github.com/gnu-octave GNU Octave @ GitHub] | ||
+ | *[https://gnu-octave.github.io/packages/ Octave Packages] | ||
+ | *[https://octave.sourceforge.io/ Octave Forge] | ||
*[https://github.com/bytefish/facerec facerec] Implements face recognition algorithms for MATLAB/GNU Octave and Python. | *[https://github.com/bytefish/facerec facerec] Implements face recognition algorithms for MATLAB/GNU Octave and Python. | ||
− | *[https://github.com/rasmusbergpalm/DeepLearnToolbox DeepLearnToolbox] A [[MATLAB]] toolbox for [[Deep learning]]. | + | *[https://github.com/rasmusbergpalm/DeepLearnToolbox DeepLearnToolbox] A [[MATLAB]]/Octave toolbox for [[Deep learning]]. |
==图书== | ==图书== | ||
+ | *[https://scholarworks.rit.edu/ritbooks/3/ Essential Mechanics - Statics and Strength of Materials with MATLAB and Octave] | ||
+ | *[https://web.sha1.bfh.science/Labs/PWF/Documentation/OctaveAtBFH.pdf Octave and Matlab for Engineers] | ||
+ | *[https://www.wcc.vccs.edu/sites/default/files/Introduction-to-GNU-Octave.pdf Introduction to GNU Octave (2nd Edition)] | ||
*[http://book.huihoo.com/gnu-octave-manual-version-3/ GNU Octave Manual Version 3] | *[http://book.huihoo.com/gnu-octave-manual-version-3/ GNU Octave Manual Version 3] | ||
第44行: | 第55行: | ||
image:Octave-MATLAB-Compatibility.png|兼容MATLAB | image:Octave-MATLAB-Compatibility.png|兼容MATLAB | ||
image:Octave-Forge.png|Octave-Forge | image:Octave-Forge.png|Octave-Forge | ||
+ | image:octave-arduino.jpeg|Arduino扩展 | ||
+ | image:KDE-LabPlot-CAS.png|LabPlot数据可视化和分析 | ||
</gallery> | </gallery> | ||
==链接== | ==链接== | ||
*[http://www.gnu.org/software/octave/ GNU Octave项目主页] | *[http://www.gnu.org/software/octave/ GNU Octave项目主页] | ||
− | *[ | + | *[https://hg.savannah.gnu.org/hgweb/octave GNU Octave源码仓库] |
+ | *[https://sourceforge.net/projects/octave/ GNU Octave @ SF] | ||
*[http://docs.huihoo.com/gnu/octave/ GNU Octave开放文档] | *[http://docs.huihoo.com/gnu/octave/ GNU Octave开放文档] | ||
*[http://docs.huihoo.com/doxygen/gnu/octave/3.8.0/ GNU Octave Doxygen 文档] | *[http://docs.huihoo.com/doxygen/gnu/octave/3.8.0/ GNU Octave Doxygen 文档] | ||
第63行: | 第77行: | ||
[[category:qt]] | [[category:qt]] | ||
[[category:c++]] | [[category:c++]] | ||
− | [[category: | + | [[category:fortran]] |
+ | [[category:Huihoo Foundation]] |
2022年9月19日 (一) 08:08的最后版本
您可以在Wikipedia上了解到此条目的英文信息 GNU Octave Thanks, Wikipedia. |
GNU Octave
目录 |
[编辑] 简介
GNU Octave 是一个高级的数值计算软件包,是 MATLAB 开源替代品。
GNU Octave 有大约 60万行C++,大约10万行的m文件(Octave自己编写的语言),和大约50,000行的Fortran(依赖BLAS和LAPACK,线性代数封装代码)。
[编辑] 新闻
[编辑] 安装
OS X
下载 Octave.app dmg安装包,或:
brew tap homebrew/science brew install octave
Debian
apt-get install octave $ octave octave:1> apt-get install qtoctave $ qtoctave
[编辑] 扩展包
Octave-Forge - Extra packages for GNU Octave
>> pkg install -forge symbolic // 如安装符号运算工具包symbolic >> news symbolic
[编辑] 神经网络
提供类似MATLAB神经网络工具包。
[编辑] 项目
- GNU Octave @ GitHub
- Octave Packages
- Octave Forge
- facerec Implements face recognition algorithms for MATLAB/GNU Octave and Python.
- DeepLearnToolbox A MATLAB/Octave toolbox for Deep learning.
[编辑] 图书
- Essential Mechanics - Statics and Strength of Materials with MATLAB and Octave
- Octave and Matlab for Engineers
- Introduction to GNU Octave (2nd Edition)
- GNU Octave Manual Version 3
[编辑] 图集
[编辑] 链接
分享您的观点