Feeds
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
6 years 前
提问
Error while integrating a piecewise constant function
I defined a function >> temp = [2;1.5; 0.75; 1.5; 3.75; 0.75; 1.25; .075; 2.0; 1.0; 1.0]; >> A1 = @(x) temp(floor(x*10)+1); ...
7 years 前 | 2 个回答 | 0
