統計
MATLAB Answers
7 質問
0 回答
ランク
of 171,031
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Wonky solutions for mixed parabolic-hyperbolic PDEs
I'm solving the equations: I'm using the finite volume method with a constant spacing on dh, so it seems to be a simple s...
6ヶ月 前 | 0 件の回答 | 0
0
回答質問
Vectorisation of a transform
I am numerically coding up a transform with the following code: function y=transform(x,f_x,z) dx=x(2)-x(1); n=length(...
9年弱 前 | 2 件の回答 | 0
2
回答質問
How to I compute partial derivatives of a function
Suppose I have a function z=z(x,y), how do I numerically (not symbolically) compute the partial derivatives? I know of the fu...
9年以上 前 | 2 件の回答 | 0
2
回答質問
Numerical implementation of Hilbert transform
I have been trying to implement the Hilbert transform numerically but I have been having some trouble. The way I decided to do i...
9年以上 前 | 0 件の回答 | 0
0
回答質問
Error of binary operator '/' not implemented for 'scalar' by 'function handle' operations
So I have been experimenting with function handles and generally trying to vectorise my code to make it run nice and fast. I hav...
9年以上 前 | 3 件の回答 | 0
3
回答質問
Code doesn't work on latest version of matlab.
I wrote a Newton solver in Matlab 2008 and it worked brilliantly. I now try it on an later version of matlab and it stops giving...
9年以上 前 | 1 件の回答 | 0
1
回答質問
Numerically computing the inverse Fourier transform
Suppose I have the Fourier transform of a function F_hat=F_hat(k), where k is the Fourier transformed variable. I have constants...
9年以上 前 | 0 件の回答 | 0
