Community Profile

photo

Shangeetha Mahendran


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 0

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 1

1

answer