write this in matlab?

3 views (last 30 days)
Relly Syam
Relly Syam on 3 Aug 2021
Edited: Relly Syam on 8 Mar 2023
  2 Comments
Walter Roberson
Walter Roberson on 3 Aug 2021
What are the E? Are they function handles? Symbolic functions?
Relly Syam
Relly Syam on 3 Aug 2021
E_n, n=0,..,10 is an Euler polynomial

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 3 Aug 2021
x = sym("x" +(0:10));
syms X
E = subs(euler(0:10,X),X,x(:));

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!