fitting a surface with an error model
5 次查看(过去 30 天)
显示 更早的评论
Hi, I have 2 matrices A and B of the same size (mxn) and an error model of the form:
E(x) = ((a/(x/2000) + b).^2) + c
the variable x is the elements of matrix B.
I want to compute another matrix of the form:
A2 = A + E(x).
My question is: how can I compute the error model parameters a,b and c and the output matrix A2 using the curve fitting toolbox or any other Matlab tool.
Thank you.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interpolation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!