構文に存在する「coef」の意味について
Show older comments
こんにちは。
いくつか参考にさせていただいている質問に対する回答の中に、下記のような構文が出てまいりました。
function y=piecewise(coef,x)
coeff=nlinfit(X,Y,@piecewise,coeff0);
これらの構文に、「coef」や「coeff0」とは、一般的にどういった意味で用いられているのでしょうか。
私が行いたい事としては、データが急激に増加(もしくは減少)した時のブレークポイントをpiecewise equationにて策定しようとしています。
大変すみませんが、ご教示くださいますようお願い申し上げます。
1 Comment
Atsushi Ueno
on 30 Jun 2023
>「coef」や「coeff0」とは、一般的にどういった意味で用いられているのでしょうか。
> coef. 【省略形】= coefficient
- 《数学》〔変数の前の〕係数
- 《物理》〔物質に固有の〕係数
Answers (0)
Categories
Find more on Structural Mechanics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!