フィルターのクリア

nonlinear 2D elliptic problem u_xx+u_yy= f(x,y)

1 回表示 (過去 30 日間)
nandine
nandine 2017 年 5 月 3 日
コメント済み: nandine 2017 年 5 月 4 日
x is in (0,1) , y (0,1) and u =0 pn boundaries.
My problem is equivalent to this matrix formulation: (attached).
However, I am stuck on the last part of my code! If anyone can take look and tell me, how to correct it,

採用された回答

Torsten
Torsten 2017 年 5 月 4 日
編集済み: Torsten 2017 年 5 月 4 日
f=reshape(f',(Nx+1)*(Ny+1),1);
Best wishes
Torsten.
  3 件のコメント
Torsten
Torsten 2017 年 5 月 4 日
編集済み: Torsten 2017 年 5 月 4 日
Report the dimension of the f-array, e.g. by the command "size(f)".
Best wishes
Torsten.
nandine
nandine 2017 年 5 月 4 日
Actually, your earlier suggestion worked! thank you so much!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by