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년 전
질문
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년 초과 전 | 답변 수: 2 | 0
