統計
All
Feeds
質問
How to solve 1D PDE's of 2nd order using PDE Toolbox (solvepde)? Or should I use pdepe (or another function) instead?
I need to solve following equations: Poisson equation in 1D: *d^2 fi / dx^2 = -rho(x)*, where *rho* is an array of values...
8年弱 前 | 1 件の回答 | 0
1
回答解決済み
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
8年弱 前
質問
How to update ARX model with new sample data without re-calculating it fully?
I found some aproaches in literature, but all of them claim that i need to rewrite arx() function, what i do not want to do. ...
8年弱 前 | 0 件の回答 | 0
