using Matlab in science problem
古いコメントを表示
I use Finite Difference Method (FDM) in two dimension in my thesis. I want to write my program for FDM method in two dimension in MATLAB, but I couldn't find suitable function for my program, for example I want to solve bellow equation by MATLAB:
alfaf * F(ix ,j)
+ deltaf* F(ix-1,j)
+ miuf * F(ix,j-1)
- landaf* F(ix+1,j)
- Af * F(ix,j+1)
= 0
4 件のコメント
Rafael Freire
2011 年 7 月 22 日
witch one of the values is a constant and witch one is a variable?
Doug Hull
2011 年 7 月 22 日
You need to give more information here. I reformated the question to be readable. What have you tried, which are the unknowns. Do you know how to write a function in MATLAB?
Farnaz Tabatabaei
2011 年 7 月 23 日
Farnaz Tabatabaei
2011 年 7 月 23 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Sciences についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!