Fixing errors to run an electric vehicle simulation
조회 수: 2 (최근 30일)
이전 댓글 표시
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/293502/image.jpeg)
Being a begginer, I'm trying to simulate an electric vehicle. After running the model, I have been facing the above errors.
Could someone help troubleshoot above errors ?
I'm attaching the *.slx file along with the post.
Thanks in advance
Rohan Doijode
댓글 수: 0
답변 (2개)
Gautam
2020년 5월 17일
There is a 'solver configuration' block in Simscape -> Utilities library. You need to add it to any part of your Simscape network in your model.
댓글 수: 0
Sabahat Riaz
2022년 1월 13일
veh = Vehicle(V)
Abstract classes cannot be instantiated. Class 'Vehicle' defines abstract methods and/or properties.
i am getting this error when running this command on MATLAB usin RVC toolbox . can anyone help?
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!