
Hashim
Statistics
9 질문
1 답변
0 문제
3 해답
순위
187,550
of 257,899
평판
0
참여
9 질문
1 답변
답변 채택
55.56%
획득한 표
0
순위
52,940
of 110,121
참여
0 문제
3 해답
점수
40
배지 수
1
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
질문
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...
20일 전 | 답변 수: 1 | 0
1
답변질문
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...
22일 전 | 답변 수: 0 | 0
0
답변질문
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 ...
약 2달 전 | 답변 수: 0 | 0
0
답변질문
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 ...
6달 전 | 답변 수: 1 | 0
1
답변질문
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...
6달 전 | 답변 수: 1 | 0
1
답변해결됨
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...
6달 전
해결됨
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 ...
6달 전
해결됨
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:...
6달 전
질문
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 ...
6달 전 | 답변 수: 0 | 0
0
답변질문
Is there any way to pass a matrix (not an array) from sol1 as the IC-2 for finding sol2
약 1년 전 | 답변 수: 1 | 0
1
답변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...
약 1년 전 | 0
| 수락됨
질문
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...
약 1년 전 | 답변 수: 1 | 0
1
답변질문
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...
약 1년 전 | 답변 수: 1 | 0