統計
All
ランク
of 153,991
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Help with writing program with the matrix
Y=D*X; If you have Y and are looking for X then: X=D\Y;
Help with writing program with the matrix
Y=D*X; If you have Y and are looking for X then: X=D\Y;
11年以上 前 | 0
回答済み
How to give a final value to solve an ODE's, instead of the standard initial values?
There are different methods to solve a boundary value problem, which is effectively what you have. The easiest one is the shooti...
How to give a final value to solve an ODE's, instead of the standard initial values?
There are different methods to solve a boundary value problem, which is effectively what you have. The easiest one is the shooti...
11年以上 前 | 0
回答済み
How to adjust legend
"Legend" will label whatever has been drawn in your figure; therefore, you need to invoke the legend command right after you plo...
How to adjust legend
"Legend" will label whatever has been drawn in your figure; therefore, you need to invoke the legend command right after you plo...
11年以上 前 | 0
回答済み
Subscript after greek alphabet
It depends on what kind of interpreter you have set up, but the default Matlab math and Greek letters format follow latex style,...
Subscript after greek alphabet
It depends on what kind of interpreter you have set up, but the default Matlab math and Greek letters format follow latex style,...
11年以上 前 | 0
回答済み
supress high amplitude signal and only keep low amplitude
If they oscillate at different frequencies, you can create a high-pass filter, just read the help for the functions [B,A]...
supress high amplitude signal and only keep low amplitude
If they oscillate at different frequencies, you can create a high-pass filter, just read the help for the functions [B,A]...
11年以上 前 | 0
| 採用済み
回答済み
Problem With GA toolbox?
You don't need to solve this numerically. The arguments that minimize the equation are the values that minimize each term in the...
Problem With GA toolbox?
You don't need to solve this numerically. The arguments that minimize the equation are the values that minimize each term in the...
11年以上 前 | 0
回答済み
optimization routine for function that is not smooth and also has a lot of local minimum
Based on my experience, the best way is to use simulated annealing, which is less heuristic than GA and it's powered by a Markov...
optimization routine for function that is not smooth and also has a lot of local minimum
Based on my experience, the best way is to use simulated annealing, which is less heuristic than GA and it's powered by a Markov...
11年以上 前 | 0
回答済み
Finding a particular solution when there are infinitely many
your syntax is wrong, instead of using solve(m) try syms m a; k = @(a,m)a./(b.*((c)^2)*n)-sin(m).*((co...
Finding a particular solution when there are infinitely many
your syntax is wrong, instead of using solve(m) try syms m a; k = @(a,m)a./(b.*((c)^2)*n)-sin(m).*((co...
11年以上 前 | 0
回答済み
How do I decide what Rp and Rs values to use in a lowpass elliptic filter?
Couple of things: Low_Freq should be approx: Sample_Rate/4/1.3 to prevent noise from aliasing into the low frequency region...
How do I decide what Rp and Rs values to use in a lowpass elliptic filter?
Couple of things: Low_Freq should be approx: Sample_Rate/4/1.3 to prevent noise from aliasing into the low frequency region...
11年以上 前 | 0
送信済み
Plot All Font Types
Plots all the different font types in your Matlab version
13年弱 前 | ダウンロード 1 件 |
送信済み
Simpson's Rule Integration
Computes an integral "I" via Simpson's rule in the interval [a,b] with n+1 equally spaced points
13年以上 前 | ダウンロード 15 件 |
送信済み
Piecewise Hermite Cubic Interpolation
Interpolates with a Hermite cubic polynomial using the function values and corresponding derivatives
13年以上 前 | ダウンロード 2 件 |