2 Commenti

Walter Roberson
Walter Roberson il 3 Ago 2021
What are the E? Are they function handles? Symbolic functions?
Relly Syam
Relly Syam il 3 Ago 2021
E_n, n=0,..,10 is an Euler polynomial

Accedi per commentare.

 Risposta accettata

Walter Roberson
Walter Roberson il 3 Ago 2021

0 voti

x = sym("x" +(0:10));
syms X
E = subs(euler(0:10,X),X,x(:));

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by