.\" Man page for Octave .\" .\" Copyright (C) 1996, 1997 John W. Eaton .\" .\" This file is part of Octave. .\" .\" Octave is free software; you can redistribute it and/or modify it .\" under the terms of the GNU General Public License as published by the .\" Free Software Foundation; either version 2, or (at your option) any .\" later version. .\" .\" Octave is distributed in the hope that it will be useful, but WITHOUT .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with Octave; see the file COPYING. If not, write to the Free .\" Software Foundation, 59 Temple Place - Suite 330, Boston, MA .\" 02111-1307, USA. .\" .TH Octave 1 "Jan 8 1996" .SH NAME octave \- 用於數值計算的高級交互式語言 .SH "SYNOPSIS 總覽" .nf octave [options] .fi .SH "OPTIONS 選項" octave 全部命令行選項可以通過運行命令 .nf octave --help .fi 來查看。 .SH "DESCRIPTION 描述" Octave 是一種高級語言,主要用於數值計算。它提供了極爲方便的命令行界面,用數值的方式解決線性和非線性問題。 .SH "DOCUMENTATION 文檔" Octave 主要的文檔以 Texinfo (GNU 文檔系統) 寫成,可以用同樣的文件產生手冊的在線版本和打印版本。 .PP 你可以在交互運行 Octave 時執行命令 .nf octave:13> help -i .fi 來閱讀 Octave 文檔的在線版本,它將用到 GNU Emacs 的 info 模式;或者也可以直接運行單獨的程序,例如 info 或者 xinfo。 .SH BUGS 提交 Octave 錯誤報告的最佳方法是在交互運行 Octave 時執行命令 .nf octave:13> bug_report .fi 。這將創建一個錯誤報告的模板文件,並打開一個編輯器。編輯完畢後,郵件將發送到 bug-octave 郵件列表。 .PP 如果不能使用 bug_report 命令,可以用其他方法將郵件發送到 .B bug-octave@bevo.che.wisc.edu 郵件列表。請閱讀 Octave 手冊頁中的 `Bugs' 章節,學習如何提交錯誤報告來使 Octave 的維護者修正問題。 .SH AUTHOR .nf John W. Eaton Department of Chemical Engineering University of Wisconsin-Madison Madison, WI 53706 USA .fi .SH "跋" .br 本頁面中文版由中文 man 手冊頁計劃提供。 .br 中文 man 手冊頁計劃:\fBhttps://github.com/man-pages-zh/manpages-zh\fR