y=f(x,y)の曲線近似はどうすればできますか?
Mostrar comentarios más antiguos
xとyが1対1対応しているデータで
例えば y = a*x + b*exp(x-y) + c*(x+y) 等の関数として与えられたときに
fit関数などで曲線近似することは可能でしょうか?
Respuestas (1)
Categorías
Más información sobre Curve Fitting Toolbox 入門 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!