photo

Shahid Hasnain


Last seen: 17日 前 2018 年からアクティブ

Followers: 0   Following: 0

Shahid Hasnain

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

統計

MATLAB Answers

9 質問
1 回答

ランク
68,996
of 297,527

評判
0

コントリビューション
9 質問
1 回答

回答採用率
44.44%

獲得投票数
0

ランク
 of 20,454

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,075

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


2D PDEs in Cylindrical Coordinates, odes15s, indices compatibility issue
Help will be highly appriciated. In code line 60 - 68. If I choose mf=1, code is working perectly. But if I put mf=2 it shows s...

約1年 前 | 1 件の回答 | 0

1

回答

質問


Natural convection for nanofluids in a square cavity. Nusselt number graph is not according to Attached Figure. Your help will be highly appreciated.
function ADI_Nat_nan mx=15; my=15; nx=mx+1; ny=my+1; lx=1; ly=1; x=linspace(0,lx,nx); y=linspace(0,ly,ny); %Nanofluid part ...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


Magnetized Hybrid Nanofluid Flow , MATLAB Code has some problem. Please help to Rectify. Highly Appreciated
function MHN % Initialization of paramters beta=1.5; lambda=1.5; wt=2.5; wb=1.5; ks1=0.5; ks2=0.1; a=0.5; epsilon=0.1...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


Crank Nicolson scheme using Finite Volume for 1D Transient Problem.
Dear Community, I have attached discretized scheme (Problem_1_1 and Problem_1_2). According to complete MATLAB code which is w...

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

0

回答

質問


1 D Transient by FVM Explicit (Working Code) but Implicit Issue with Time.
Hi, Community, Need some help to solve 1 D Unsteady Diffusion Equation by Finite Volume (Fully Implicit) Scheme . MATLAB Code i...

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

0

回答

質問


1 D Unsteady Diffusion Equation by Finite Volume (Fully Implicit) Scheme
Hi, Community, Need some help to solve 1 D Unsteady Diffusion Equation by Finite Volume (Fully Implicit) Scheme . MATLAB Code i...

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

3

回答

質問


One Dimensional Laplace Equation with Source term.
Hi, Community, Need some help to solve 1 Dimensional Laplace equation (Figure attached) by using the Finite-Difference Iterativ...

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

1

回答

質問


MATLAB integral3 Error
Here is my Code, dexact_v3 is not working with some issue. Your help will highly appreciated. t=0;L = 1; hx=0.01; a=0;b=L; x...

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

0

回答

質問


Error using integral2
I have following expression with x=[1 2 3 4 5] y=[1 2 3 4 5] L = 100; % Length of the box p=1; q=1; Ui = @(x,y) sin(pi*x...

6年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Double Integral using Integral2 Error
I have following expression with x=[1 2 3 4 5], y=[1 2 3 4 5], L = 100; % Length of the box p=1; q=1; Ui = @(x,y) sin(pi*x)...

6年以上 前 | 0