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

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

Accedi per commentare.

Risposte (0)

Prodotti


Release

R2023a

Community Treasure Hunt

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

Start Hunting!