State Variable of the Memristor

조회 수: 2 (최근 30일)
vani
vani 2022년 10월 17일
댓글: kapil 2024년 5월 29일
I am designing a memristor in MATLAB and I wanted to know 'What is mean by state variable of the memristor device' and 'How I should represent the state variable in MATLAB for the Memristor;? (Here is the equation : I = gm(x,t)·V (x is the state variable)).
  댓글 수: 1
kapil
kapil 2024년 5월 29일
did you make it ... i just start ..if you have achieve then can you help me

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

채택된 답변

Sam Chak
Sam Chak 2022년 10월 17일
If you are talking about modeling the memristor and running a simulation in MATLAB, then I think you can use ode45(). There are many examples in the link, showing you how to describe the differential equations in state vector form.
Try write the function for memristor ODEs. If you need further assistance, then come back here.
From the Open University:
Differential Equations of Ideal Memristors
  댓글 수: 2
vani
vani 2022년 10월 19일
As you said, I trying ODEs to represent the state vector form. As of now the code is running smooth with ODEs.
Sam Chak
Sam Chak 2022년 10월 19일
Good to hear that. 👍

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by