필터 지우기
필터 지우기

pdepe: [c f s]: extract f (the flux term)

조회 수: 2 (최근 30일)
Zana Taher
Zana Taher 2019년 4월 5일
댓글: Torsten 2019년 4월 8일
Hi everyone,
I would need to extract the flux term, f, (not gradiaent) in the pdepe function. Does anyone know a way to extract f at certain times?
Thanks!
  댓글 수: 5
Zana Taher
Zana Taher 2019년 4월 8일
No, because the flux contains the partial derivative that is not included in the sedprop function. So I have to calculate k with the following code and the get f.
% for j=1:length(t) % for i=1:length(x) % [q(j,i),k(j,i),c(j,i)]=sedprop(u(j,i),p); % end
Once I had k, I can calculate f using pdeval. What do you think?
Torsten
Torsten 2019년 4월 8일
Yes, that's correct. I just missed the call to "pdeval" in your code from above to get DuDx(j,i)

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Genomics and Next Generation Sequencing에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by