Feeds
질문
How can I math formula to matla code using double integration
Hi, I want use double integration such as int(int) {A-B}f(x)dx*q(r)dr What I want to know is how can I make code from "f(x)...
대략 13년 전 | 답변 수: 0 | 0
0
답변질문
How can I make double integration
syms x; syms r; for n=1:10 for i=2:t f1(i,n) = h * (Sast(i-1,n) + r* Y(i,n) - x) * 1 / (v(i,n)^(1/2) *...
대략 13년 전 | 답변 수: 1 | 0
