How to convert polynomial equation into row matrix by a command?
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Waseem Sajjad
 el 14 de Dic. de 2019
  
    
    
    
    
    Respondida: Steven Lord
    
      
 el 15 de Dic. de 2019
            We know that  eq=- w^3 + 6*w^2 - 8*w + 1 can be write in matlab as A=[-1 6 -8 1] , But there should be a command that directly converts polynomial equation like that
A=equationToRowmatrix(eq)
1 comentario
  dpb
      
      
 el 14 de Dic. de 2019
				So write one and contribute to FEX???
How general does it need to be to suit your needs? 
Respuesta aceptada
  Steven Lord
    
      
 el 15 de Dic. de 2019
        Symbolic Math Toolbox has the sym2poly function that does this.
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Polynomials en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


