![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/27736401_1664496604340_DEF.jpg)
Mingxuan
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Error in Hermite Polynomial
Hermite_Polynomial.m function Q = Hermite_Polynomial(X, Y, YP) n = length(X) - 1; Q = zeros(2*n + 2, 2*n + 2); ...
1年以上 前 | 1 件の回答 | 0
1
回答質問
put it in a function
How would I put the following code in a in script function with a function name calc_pi(n). count = 0; for i = 1:N u = ra...
2年以上 前 | 1 件の回答 | 0
1
回答質問
The approximation error of Monte-Carlo method
Define the in-script function calc_pi(n) which inplements the Monte-Carlo method to approximate pi with n points generated. th...
2年以上 前 | 1 件の回答 | 0
1
回答質問
How to define a function with summation.
how would I define a function named ccsum , whose inputs are function handle f and the total number of terms for summation k. Th...
2年以上 前 | 1 件の回答 | 0
1
回答質問
I tried to create a mid point formula and trapezoid formula in Matlab and solve a integral using it but I'm not getting the same result as the build in function.
we are trying to use these two formula to approximate a integral value. instead of using the build in function of format lon...
2年以上 前 | 1 件の回答 | 0