Main Content

spterms

スプラインの項の説明

構文

spterms(term)
expl = spterms(term)
[...,term] = spterms(...)

説明

spterms(term) は、Curve Fitting Toolbox™ スプライン関数、特に、splinetool で使用される場合と同様に、文字ベクトルまたは string スカラー term によって示された技術用語の説明をメッセージ ボックスで提供します。目的の用語の最初の数文字 (2 文字以上) を指定するだけで、用語全体がメッセージ ボックスのタイトルに表示されます。

expl = spterms(term) は、目的の用語の説明を構成する文字ベクトルまたは文字ベクトルの cell 配列を expl で返します。

また、[...,term] = spterms(...) term で、実際に使用される用語全体を返します。

spterms('sp') は、用語 'スプライン' の説明を提供し、spterms('spline i') は用語 'スプライン内挿' を説明します。

help spterms はすべての使用可能な用語のリストを提供します。