Azzera filtri
Azzera filtri

write this in matlab?

1 visualizzazione (ultimi 30 giorni)
Relly Syam
Relly Syam il 3 Ago 2021
Modificato: Relly Syam il 8 Mar 2023
  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
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