f2 = 1:100; % Element wise multiplication of f1 and f2 to make them a single vector F = f1.*f2; I_in = @(t2) trapz(t2:100,F);% inner integral I = trapz(60:100, I_in(t2)); Unrecognized function or variable 't2'. It gives the following error: Error using...
Double integral with singularityMATLAB Online で開くFirst point. Why have you created these vectors:テーマコピーxi = x;ta = t;You don't use them anywhere except as an integration limit which could be accomplished with different notation, and it seems to me there is a danger of confusing ...
Please help me! how to solve double integral in matlab with the variance are matrix numbers.I assume here that the x,y area you speak of is the entire rectangle defined by the four corners (0,0), (201,0), (201,301), and (0,301).