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!