• 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 question
Similar questions and discussions