댓글 수: 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개)

카테고리

태그

질문:

2021년 8월 3일

편집:

2023년 3월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by