構文に存在する「coef」の意味について

22 views (last 30 days)
kotoni
kotoni on 30 Jun 2023
Commented: Atsushi Ueno on 30 Jun 2023
こんにちは。
いくつか参考にさせていただいている質問に対する回答の中に、下記のような構文が出てまいりました。
function y=piecewise(coef,x)
coeff=nlinfit(X,Y,@piecewise,coeff0);
これらの構文に、「coef」や「coeff0」とは、一般的にどういった意味で用いられているのでしょうか。
私が行いたい事としては、データが急激に増加(もしくは減少)した時のブレークポイントをpiecewise equationにて策定しようとしています。
大変すみませんが、ご教示くださいますようお願い申し上げます。
  1 Comment
Atsushi Ueno
Atsushi Ueno on 30 Jun 2023
>「coef」や「coeff0」とは、一般的にどういった意味で用いられているのでしょうか。
> coef. 【省略形】= coefficient
  1. 《数学》〔変数の前の〕係数
  2. 《物理》〔物質に固有の〕係数

Sign in to comment.

Answers (0)

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!