photo

Shangeetha Mahendran


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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); ...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
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...

más de 5 años hace | 0

Pregunta


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...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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;...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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.

más de 5 años hace | 1 respuesta | 1

1

respuesta