필터 지우기
필터 지우기

I want these kinetic models to fit in MATLAB but I don't know how to proceed. I am in real worry. If anyone can solve/code, it would be of great help. Thanks a million!!

조회 수: 1 (최근 30일)

채택된 답변

Alan Stevens
Alan Stevens 2020년 8월 23일
편집: Alan Stevens 2020년 8월 23일
You need to define Haldane as follows (your text-book expression is misleading)
Haldane = @(S) 0.478*S / ((1.137 + S) .* (1 + (S/1.139)));
Then you get:
which matches the line on your text-book graph.
  댓글 수: 32
Steven Lord
Steven Lord 2021년 4월 14일
As an FYI, you could use the xticks and xticklabels functions (and the obvious equivalent for the Y axes) as long as you're using release R2016b or later. You could put those calls in the same place as your other labeling calls (xlabel and ylabel.)
Shubhangi Agrawal
Shubhangi Agrawal 2021년 4월 15일
Oh yes! It got solved. Thankyou so much Alan! May God bless you with everything!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by