photo

Shangeetha Mahendran


2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


can anyone help me to fixed this error in my code?
Index exceeds matrix dimensions. Error in fun (line 33) f(1) = C_avg(i) - Cin(i) + (2 * J(i) /R * dtau); Error in fso...

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

0

回答

質問


how can I write c,f,s in pde function?
if c is changing with x then how to write f and s function [c,f,s]= pdefun1(x,z,u,DuDx) c = (2*U_a/D_s)*(1-x.^2/R1^2); ...

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

0

回答

質問


how to plot each raw and each column of the matrix?
I have to get graphs similar to attached file function pde1 clc; clear; close all m=1; %cylindrical geom...

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

1

回答

回答済み
How to plot matrix data ?
This is the correct code. and i have to get out put like attached images. function pde1 clc; clear; close all m=1...

5年以上 前 | 0

質問


How to plot matrix data ?
why figure 4, 5 are blanck? sol =pdepe(m,@pdefun,@pdeic,@pdebc,xmesh,zspan); u=sol(:,:,1) %% surf(x,z,u) xlabel('radi') yl...

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

2

回答

質問


whats wrong with my code?
function ped1 sol =pdepe(m,@pdefun,@pdeic,@pdebc,xmesh,tspan); u=sol(:,:,1); function [c,f,s]= pdefun(x,t,u,DuDx) c = V/D;...

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

1

回答

質問


how can I solve this partial derivatives
dc/dz = (a/x * dc/dx +a*d^2c/dx^2) /(1-x^2/L) where a,L are constant.

5年以上 前 | 1 件の回答 | 1

1

回答