필터 지우기
필터 지우기

Matlab residue command not working ,,,,, ?

조회 수: 2 (최근 30일)
Altin Guberi
Altin Guberi 2015년 12월 13일
답변: Guillaume 2015년 12월 13일
Ok , so basically I am new at this command & when I tried to run a few examples I found from matlab examples site , I encountered a problem ; none of the values I was looking for appeared : Here is the code :
b = [-4 8];
a = [1 6 8];
[r,p,k] = residue(b,a)
Here the expected result :
r =
-12
8
p =
-4
-2
k =
[]
But when I run , i just get k= [] . Anything I can do to have my expected answer ??

채택된 답변

Guillaume
Guillaume 2015년 12월 13일
"Anything I can do to have my expected answer ??"
Increase the size of your command window, or scroll up?
Alternatively:
format compact
before typing your code

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by