Borrar filtros
Borrar filtros

Matlab residue command not working ,,,,, ?

2 visualizaciones (últimos 30 días)
Altin Guberi
Altin Guberi el 13 de Dic. de 2015
Respondida: Guillaume el 13 de Dic. de 2015
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 ??

Respuesta aceptada

Guillaume
Guillaume el 13 de Dic. de 2015
"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

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by