Community Profile

photo

Hashim


Last seen: 2 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

All
  • Thankful Level 3
  • Thankful Level 2
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


How to set this time derivative boundary condition using MOL?
LHS = Left hand side aka BC = Boundary condition Hi, I have a system of coupled raection diffusion PDEs as such. F...

9 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


Can we solve convection diffusion equation using pdetoolbox given a is constant vector?
Hi! We would like to solve the following 2D convection diffusion equation. Would it be possible using vanilla MATLAB pdetoolbo...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Animate results from PDE toolbox
Hi, I am trying to animate results from a PDE toolbox script. F=figure(1); MyVideo = VideoWriter(sprintf('2DSys.a...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Fitting uneven data to a function
Hi! So, I recently asked a question as to how to solve a summation (link) and I think I have the function working but I am h...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Working out a summation for fitting a curve
Hi, I want to work out a summation that goes as. I want to fit this to a curve plotted as on the y axis and on the x a...

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


Can we solve ODEs as a nested function while using pdepe?
Hi, I would like to know how to solve ODEs as a nested function or some other way in my pdepe scripts? So lets say this belo...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to pass multiple vectors (possibly a matrix) to pdepe and output a respective vector matrix?
Hi! I have a matrix of parameters (lets say a design of experiments) which I would like to pass to pdepe and obtain a numerica...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I adjust the output of my pdepe function for nlinfit?
Hi! I have the following system of coupled PDEs which I have solved using the pdepe solver. I have compared it to an analytica...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to bundle function input for optimization
Hi! I am trying to optimize a pdepe function of the form; function I_num_ano1 = PSw_EK_v11(k_m, D_m, s_bulk) Here I want to ...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to concatenate output of objective function for lsqcurvefit?
Hi All, I have an objective function of the form function [I_num] = PSw_EK_v7(k_m, s_bulk) k_m is the variable I want to ...

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

1

respuesta

Pregunta


How would you go about solving an equation of the type given?
Hi I would like to solve equation that goes something like... In above equation is a constant. is the electrode poten...

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

1

respuesta

Resuelto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

más de 2 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

más de 2 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 2 años hace

Pregunta


How to fit data to a PDE using lsqcurvefit/lsqnonlin where y_pdepe is calculated from pdepe output
Hi All, I want to fit some experimental data to my system of PDEs and estimate some system paramters. Trouble is my numerical ...

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

0

respuestas

1

respuesta

Respondida
How to pass solution of pdefun1 as IC-2 for pdefun2
Just so that anybody's thinking there is a way to pass solution from pdefun1 to icfunc2... here is a solution from @Torsten on t...

alrededor de 3 años hace | 0

| aceptada

Pregunta


How to pass solution of pdefun1 as IC-2 for pdefun2
my pde is Given below is my effort so far... function pdepe_philip_v3b % 1-b Extend the above calculation to mo...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Comparing two row vectors to find constant slope for steady state condition
I am comparing two rows to find if at any point I am getting a uniform slope (a condition for steady state let's say in a diffus...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta