I'm new in matlab and I'm having trouble with the coding

1 visualización (últimos 30 días)
Simon Adriel Santiago
Simon Adriel Santiago el 2 de Ag. de 2021
Respondida: David Hill el 2 de Ag. de 2021
=(2s(4s^2+19s+20))/(20s^4+66s^3+73s^2+57s+30)
=(30s^2+43s+6)/(20s^4+66s^3+73s^2+57s+30)
im trying to input this two equations but i kept having troubles
(ilaplace)

Respuestas (1)

David Hill
David Hill el 2 de Ag. de 2021
x=(2*s*(4*s^2+19*s+20))/(20*s^4+66*s^3+73*s^2+57*s+30);%s is scalar
x=(2*s.*(4*s.^2+19*s+20))./(20*s.^4+66*s.^3+73*s.^2+57*s+30);%s is vector/matrix

Community Treasure Hunt

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

Start Hunting!

Translated by