Info

此问题已关闭。 请重新打开它进行编辑或回答。

i want to 3D plot in for loop

1 次查看(过去 30 天)
Araya Malayuttasri
Araya Malayuttasri 2015-3-17
关闭: Sabin 2023-2-2
% I want to plot3(i,j,IAE1) help me please. thankyou clear all;
y=0; IAE = ones(11,11);
for i = 9.610:0.001:9.620; z=0; y=y+1;
kp = i; for j= 2.995:0.001:3.005; z=z+1; ki = j; sim LFC_df_test1 IAE1 = trapz(abs(df1)); IAE2 = trapz(abs(df2)); IAE(z,y) = IAE1+IAE2;
end end
  1 个评论
Christiaan
Christiaan 2015-3-18
Dear Araya,
Could you give us your model 'LFC_df_test1' that we can have a look at it? (for example determine how df1 and df2 looks like)
Kind regards, Christiaan

回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by