How to use RBF training to simulate this function, (simulation and using code seperatly)

1 回表示 (過去 30 日間)
Jabbar moosavi
Jabbar moosavi 2021 年 11 月 27 日

f = @(x)(prod([x(1),x(2),x(3),x(5),x(3)-1])+x(4)) ./ (1 + x(2)^2 + x(3)^3);

k = 5; % demo value y = 1:5; % demo value u = 1:5; % demo value

y(k+1) = f([y(k), y(k-1), y(k-2), u(k), u(k-1)])

回答 (0 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by