How can I interpolate a multiinput-multioutput function in MATLAB based on scattered data?
显示 更早的评论
Given is a matrix 'A' with size 'm' x 'n' which contains a set of scattered data. Integer 'n' can be split into 'n1' and 'n2', where 'n1' stands for the number of input variables and 'n2' stands for the output variables of a function f, such that '[y1, y2, ..., yn2] = f(x1, x2, ..., xn1)'. Then, integer 'm' stands for the number of provided pairs of tuples '(y1, y2, ..., yn2)' - '(x1, x2, ..., xn1)'. It is sought for a workflow that allows the intepolated output tuple '(yHat1, yHat2, ..., yHatn2)' of function 'f' on a new input tuple '(xHat1, xHat2, ...,xHatn1)'.
How can I interpolate a multiinput-multioutput function in MATLAB?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!