Community Profile

photo

hasan damaj


2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Coverting to MATLAB FROM FORTRAN
i will attach the remaing of the code and the answer in the comments section

4年以上 前 | 0 件の回答 | 0

0

回答

質問


how to convert to matlab from fortran

4年以上 前 | 2 件の回答 | 0

2

回答

回答済み
coverting fortran to matlab
h=zeros(nx,ny); amax = 0; h(1,:) = [ 8.04 , 7.68 , 7.19 , 8.53]; h(end,:) = [6.82 , 7.56 , 7.99 , 8.29 ]; h(2:3,1) = [7.68...

4年以上 前 | 0

質問


Darcy's law
clc clear % Laplace equation % Define the length of the grid L = 5 ; % Define the Width of the grid B = 5 ; nx = 4 ; ny...

4年以上 前 | 3 件の回答 | 0

3

回答

質問


coverting fortran to matlab

4年以上 前 | 2 件の回答 | 0

2

回答

質問


Index exceeds matrix dimensions
% flow m3/s Q = 20; % slope m/m So = 0.0001; % side slope m/m z = 2; % manning number n = 0.015; b = 10; % width of c...

4年以上 前 | 2 件の回答 | 0

2

回答