State Variable of the Memristor

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 Comment

did you make it ... i just start ..if you have achieve then can you help me

Sign in to comment.

 Accepted Answer

Sam Chak
Sam Chak on 17 Oct 2022
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 Comments

As you said, I trying ODEs to represent the state vector form. As of now the code is running smooth with ODEs.
Good to hear that. 👍

Sign in to comment.

More Answers (0)

Categories

Find more on Numerical Integration and Differential Equations in Help Center and File Exchange

Products

Release

R2022a

Asked:

on 17 Oct 2022

Commented:

on 29 May 2024

Community Treasure Hunt

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

Start Hunting!