Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

can someone debug this code/function ?

1 visualización (últimos 30 días)
Kevin Junior
Kevin Junior el 19 de Oct. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
function f = lion(x,A,r1,r2)
y = A\r1;
z = A\r2;
f = (y(1)*x.^2 + y(2)*x).*cos(z(1)*x + z(2));
return;
A, r1 and r2 are given matrices and y and z are such that Ay = r1 and Az = r2. I am trying to compute the integral of this function using some technique from class. apparently there is somethig=ng wrong with this function.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by