Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.0 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Online help management > head_comments

head_comments

Scilab関数のヘッダのコメントを表示

呼び出し手順

head_comments(fname)

引数

fname

文字列, 関数名

説明

head_comments(fname) は, 関数ヘッダのコメントを表示します.

警告: Scilabのほとんどの定義済みの関数はもはやヘッダコメントを 有していません.

head_comments logspace
edit("logspace",1)
--> head_comments logspace
function [y] = logspace(d1,d2,n)
 Geometrical series of numbers in [10^d1, 10^d2].
 logspace(d1,d2) generates a row vector of 50 logarithmically
 equally spaced values between 10^d1 and 10^d2.
 If d2=%pi, then the points are between 10^d1 and pi.
 logspace(d1, d2, n) generates n values.

参照

  • help — on-line help command
  • help_from_sci — Generate help files and demo files from the head comments section of a .sci source file.

履歴

VersionDescription
5.0 Second input argument %path removed.
Report an issue
<< apropos Online help management help >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 25 08:53:30 CET 2020