How to type in a series in MATLAB

조회 수: 8 (최근 30일)
Salar
Salar 2013년 12월 1일
댓글: Walter Roberson 2022년 6월 29일
I want to create a function that when I give it some input, it takes those inputs and make those to be the coefficients of a polynomial,let me explain here: for example my input is [1 2 3 4] , so this function should create s^3 + 2s^2 + 3s^1 +4s^0 , so what I was think was to have something like : syms s a; then ask for the value of n; then say num=(a_n)*s^n + (a_n-1)*s^(n-1) + .... a_0*s^0 , I will really appreciate if some of could help me with translating this into a Matlab code, Thanks

채택된 답변

Walter Roberson
Walter Roberson 2013년 12월 2일

추가 답변 (1개)

Vinod Rajakaruna
Vinod Rajakaruna 2022년 6월 26일
√ 𝑎(2.23) 0.3 log10 25 + 𝑒 0.4 + (2.698) 2 3
  댓글 수: 1
Walter Roberson
Walter Roberson 2022년 6월 29일
You have which cannot possibly appear in a polynomial, so this cannot be an answer to the question that was asked.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Classical Control Design에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by