필터 지우기
필터 지우기

help in propagation of uncertainty calculations

조회 수: 2 (최근 30일)
Olga
Olga 2014년 5월 21일
편집: Sterling Baird 2020년 8월 13일
I am trying to calculate the statistical propagation of uncertainty for several parameters, (one each time) using MWC (long and complicated) equation. is there any Matlab function to perform such calculation? or any other function that can help me? thanks Olga
  댓글 수: 2
Star Strider
Star Strider 2014년 5월 21일
What is ‘MWC’?
Olga
Olga 2014년 5월 21일
Monod Wyman and Changeux model for protein cooperativity Y = (((S./Kr).*power((1+(S./Kr)),3)) + (((L.*S)./Kt).*power((1+(S./Kt)),3)))./(power((1+(S./Kr)),4)+ L.*power((1+(S./Kt)),4)); Kr Kt and L are parameters and S is the unknown.

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

답변 (3개)

Star Strider
Star Strider 2014년 5월 21일
I’m familiar with Monod Wyman and Changeux model, but there are so many different disciplines here on MATLAB Answers with so many different acronyms and abbreviations, that guessing them correctly is impossible.
I’m not certain what you mean by ‘the statistical propagation of uncertainty for several parameters’. If you mean sensitivity coefficients — the partial derivatives of Y with respect to each parameter — use the Symbolic Math Toolbox jacobian function, or use it to define the derivatives individually.

Deepak Ramaswamy
Deepak Ramaswamy 2014년 5월 30일

Sterling Baird
Sterling Baird 2020년 8월 13일
편집: Sterling Baird 2020년 8월 13일
While not a MATLAB solution (you mentioned other functions as being OK), Mathematica 12 has an experimental set of functions, one of which is AroundReplace[] which does uncertainty propagation: example

카테고리

Help CenterFile Exchange에서 Thermal Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by