統計
MATLAB Answers
13 質問
0 回答
ランク
of 170,941
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
inqury with the lsim command
I am doing the time-history analysis of structure under earthquake motions. The time step of the recorded motion is 0.001. When ...
約12年 前 | 0 件の回答 | 0
0
回答質問
Matrix transform due to reorder of the equation row number, for AX=b
Hi, I'd like to solve equation AX=b, e.g., [a11, a12, a13; a21, a22, a23; a31, a32, a33]*{x1, x2, x3}'={b1,b2,b3}' Howe...
12年以上 前 | 1 件の回答 | 0
1
回答質問
how to solve non-linear transcendental equation with many roots
Hi All, I have to solve the following equation x-(2*(sinh(x)*((cos(x)).^2+cos(x)-1)+sin(x)*(cosh(x)-1)))/((1-cos(x)*cosh(x...
13年弱 前 | 3 件の回答 | 0
3
回答質問
how to get the coordinates of Gaussian quadrature point over a triangular
Hi All, I have to integrate over an domain that is discrsized with many tri-angular elements, and i have to take the integr...
13年以上 前 | 0 件の回答 | 0
0
回答質問
constrained random number generation
Hi All, I like to generate n numbers, a1, a2,...an, which are uniformly distributed, but there are one constraint that sum(a1...
13年以上 前 | 1 件の回答 | 0
1
回答質問
what is the normalizings in generalized eigvalues in matlab
Hi All, In matlab, i used [V, D]=eig(A, B) then the eigenvectors V can be obtained? but what is the normalizing of V...
14年弱 前 | 1 件の回答 | 0
1
回答質問
How to numerically integrate bessely function
Hi All, i want to get the integral result for bessely function as int{a}{b}int{a}{b}bessely(1, x1-x2)dx1dx2 but when num...
14年弱 前 | 0 件の回答 | 0
0
回答質問
why tensor product of Gaussian quadrature point cannot reach exact integration result
Hi All, I have to numerically evaluate a double integration as int_{a}^{b}int_{a}^{b}c(x, y)f(x)f(y)dxdy I used the Gauss q...
14年弱 前 | 1 件の回答 | 0
1
回答質問
how to create matrix using vectors
Hi All, my problems is how to create matrix Aij{n by n} using vector Bi{1 by n} and Cj{1 by n}, where Aij=f(Bi, Cj). I dont li...
14年弱 前 | 1 件の回答 | 0
1
回答質問
how to create a surf plot for {x, y, z} where z is also a vector, thanks all!
Hi all, my problems are This is a simple mesh with four points 1,2 3 and 4, whose coordination are (x1, y1),...,(x4, y4), now i...
14年弱 前 | 1 件の回答 | 0
1
回答質問
how to generate a vector of uncorrelated random varaibles
Hi all, I like to generate a vector of uncorrelated random variables in matlab? is anyone have some suggestion to me? Thanks
14年弱 前 | 1 件の回答 | 1
1
回答質問
why dblquad can not be used to evaluate the bessel function of the second kind bessely
Hi All, I like to calculate the double integral of Bessel function as clear clc a=0; b=2; syms x y A= db...
14年弱 前 | 2 件の回答 | 0
2
回答質問
how to make the inline function can identify the matab coded function
I am using the sybolic toolbox of matlab but find the inline function cant identify the matlab coded function. For example, i...
14年弱 前 | 1 件の回答 | 0
