Math, asked by akramkhanmath, 5 months ago

how to integrate exponential functions in MATLAB​

Answers

Answered by gnanasudhamadhuri1
0

Answer:

have this function : syms y1 ; syms y2 ; syms b1x ; syms b2x; syms s11;syms s22 ; syms s12 ; syms k ;syms t;

q = s11*(b1x - y1)^2 + s22*(b2x - y2)^2 + s12*(b1x - y1)*(b2x - y2)

fun=@(y1) k*y1 * exp(-q/(2*t))

Step-by-step explanation:

Answered by arkadyutidutta2007
0

Answer:

how to integrate exponential functions in MATLAB​

Step-by-step explanation:

how to integrate exponential functions in MATLAB​how to integrate exponential functions in MATLAB​how to integrate exponential functions in MATLAB​how to integrate exponential functions in MATLAB​how to integrate exponential functions in MATLAB​

Similar questions