Effacer les filtres
Effacer les filtres

write this in matlab?

1 vue (au cours des 30 derniers jours)
Relly Syam
Relly Syam le 3 Août 2021
Modifié(e) : Relly Syam le 8 Mar 2023
  2 commentaires
Walter Roberson
Walter Roberson le 3 Août 2021
What are the E? Are they function handles? Symbolic functions?
Relly Syam
Relly Syam le 3 Août 2021
E_n, n=0,..,10 is an Euler polynomial

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 3 Août 2021
x = sym("x" +(0:10));
syms X
E = subs(euler(0:10,X),X,x(:));

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by