What is the correct Syntax for accessing more than 3 variables in CFTOOL in Custom Equation Section ?
2 次查看(过去 30 天)
显示 更早的评论
I have 5 variables a,b,c,d,e and I made a matrix called x=[a b c d] and y=[e]
Now using cftool I want a relation called (y=p.*x(a)+q.*x(b)+r.*x(c)+s.*x(d))
I want to find p,q,r,s
and do not want to do by x\y method
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!