How to Creat 2D LookUp table in Matlab Simulink using data given in single Row form ?

5 views (last 30 days)
  • The attached image clearly explains the question
Problem : I have Data for a battery cycle which is in single "Row" form and I want to implement these three given parameters to in a 2D LookUp table in matlab simulink , such that the LookUp table gives "Voltage" as output.
My basic problem is that how can I Mould this Row type data in Matrix form in LookUp table . how can i use Row-major or coloumn-Major data representation in present scenerio:
In simple words how can i train Lookup table to judge SOC and Current data and give corresponding Voltage as result ????
Testdata has followiong dimentions:
Given Data dimensions:
Voltage (1 * 1000)
Current (1 * 1000)
SOC (1 * 1000)
  • The attached image clearly explains the questionQuestion.png

Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!