How to Creat 2D LookUp table in Matlab Simulink using data given in single Row form ?
조회 수: 4 (최근 30일)
이전 댓글 표시
- 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

댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!