mathworks / Simscape-Battery-Electric-Vehicle-Model

A Battery Electric Vehicle (BEV) model in Simscape for longitudinal powertrain analysis
Other
100 stars 35 forks source link

Merge some changes to leverage buildtool, enable graphical workflows #13

Closed acampbel closed 1 year ago

acampbel commented 1 year ago

I played around and added a few enhancements:

Isaac-Ito-MW commented 1 year ago

Hi Andy, thank you for the PR, which looks really great.

The updated ci.yml indicates that the updates are made with R2023b MATLAB. I use one repo for one MATLAB Release, for example, R2023a branch for R2023a MATLAB. I was late to create R2023b branch, and your PR was issued for R2023a branch because I created R2023b branch after your PR.

Would you mind issuing another PR for R2023b branch? I believe that you can pull the R2023b branch in your local machine, merge your local changes from R2023a branch to R2023b branch, and issue a new PR. The contents of R2023b branch are still identical to the R2023a branch, so merge must just work.

Thanks again!