SHAHID
Followers: 0 Following: 0
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...
5 months 前 | 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...
6 months 前 | 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 ...
7 months 前 | 1 个回答 | 0