2 件のコメント

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

サインインしてコメントする。

 採用された回答

Walter Roberson
Walter Roberson 2021 年 8 月 3 日

0 投票

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

その他の回答 (0 件)

カテゴリ

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by