Can we interpolate some data using neural netwroks in matlab?
2 次查看(过去 30 天)
显示 更早的评论
Hello every body. I have some raw data and I would like to interpolate them using neural networks by matlab. Is it possible? I am looking forward to hear your answers.
0 个评论
采纳的回答
更多回答(1 个)
Sulaymon Eshkabilov
2021-10-31
Yes, it is plausible to perform interpolation using neural networks in matlab using fitnet() function. You can learn how to employ it using the help library of matlab:
doc fitnet
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!