how to integrate exponential functions in MATLAB
Answers
Answered by
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
0
Answer:
how to integrate exponential functions in MATLAB
Step-by-step explanation:
how to integrate exponential functions in MATLABhow to integrate exponential functions in MATLABhow to integrate exponential functions in MATLABhow to integrate exponential functions in MATLABhow to integrate exponential functions in MATLAB
Similar questions