2 Comments

What are the E? Are they function handles? Symbolic functions?
E_n, n=0,..,10 is an Euler polynomial

Sign in to comment.

 Accepted Answer

Walter Roberson
Walter Roberson on 3 Aug 2021

0 votes

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!