[Simulink Design Optimization] The cost function of suspension parameters.

3 ビュー (過去 30 日間)
xiao yang
xiao yang 2018 年 11 月 30 日
編集済み: xiao yang 2018 年 11 月 30 日
I am analysing a suspension system to find optimized Ks and Cs(Orange ones in model). This is my model in Simulink:
model.png
Some errorrs occured in the cost funtion I put below.
function BAcost = CostF(data)
% CostFunction to compute BA with different Cs & Ks.
V = data.Nominal.BVelocity;
A = diff(V.Data)./diff(V.Time);
BAcost = max(abs(A));
end
Eorrors are shown as this.
error.png
The final line means that This type of variable does not support indexing using points.
The Input signal in the left of the Green box is a 40001*2 matrix of Gauss White Noise which contains time and power.
I write this code with reference to this cost function found in mathworks website.(this site)
I don not kown what's wrong with it.Hope you can help me.
If necessary, I will upload this model.

回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Design Optimization についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by