Feeds
질문
Summing up functions using 'sum' leads to wrong values in quadgk
Hello, I have a question concerning the following little example: h = @(x) x.^2 + x.^4; h2 = @(x) sum( [x.^2, x.^4]); ...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
Need advise: Is my implementation good ?
Hi, is my MATLAB code (please look below in my EDIT) good for solving this problem? ________________________________________...
12년 초과 전 | 답변 수: 1 | 0
