Community Profile

photo

Oscar


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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]); ...

10 years ago | 1 answer | 0

1

answer

Question


Need advise: Is my implementation good ?
Hi, is my MATLAB code (please look below in my EDIT) good for solving this problem? ________________________________________...

10 years ago | 1 answer | 0

1

answer