Info

This question is closed. Reopen it to edit or answer.

i want to 3D plot in for loop

1 view (last 30 days)
Araya Malayuttasri
Araya Malayuttasri on 17 Mar 2015
Closed: Sabin on 2 Feb 2023
% 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 Comment
Christiaan
Christiaan on 18 Mar 2015
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

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!