photo

SHAHID


Last seen: 11일 전 2024년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How find the value of V=V0,V1,...,Vn.
close all clc function V=L(Z,r,m,n,u) Z=2; n=5; m=5; r=0.2; h=1/m; % First for loop for i=0:n xi=i/n; % if condi...

대략 1개월 전 | 답변 수: 1 | 0

1

답변

질문


How to write this function in Matlab having inner product
Here, inner product is defined as <u,v>= Is this is correct? function F_val = F(wi, ci, Li, K, e, sigma, zi) % Com...

2개월 전 | 답변 수: 1 | 0

1

답변

질문


How apply trapz on the double definite integral
F= int from 0 to x int from -1 to 1 e^wi(z-li*s)ds dz. The value of x belongs to [0,1], l1=l2=3nm, kindly tell how to solve it ...

3개월 전 | 답변 수: 1 | 0

1

답변