Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.56 KB

File metadata and controls

36 lines (29 loc) · 1.56 KB

BEV Setup App

Configure and export a battery electric vehicle Simulink model through a single GUI. Select a vehicle template, pick component fidelities, set environment and HVAC conditions, choose a drive cycle, and export a ready-to-simulate model with parameter scripts.

BEV App

Folder Structure

APP/
  BEVapp.mlapp        -- App Designer GUI
  API/                -- 50 supporting functions
    Catalog/   (3)    -- Config validation, template resolution
    Detect/    (5)    -- Model scanning, platform/controls detection
    State/     (4)    -- Setup state build, save, cache
    Export/    (5)    -- Script generation, param export, build snapshot
    UI/       (23)    -- Dropdowns, descriptions, panels, preview
    Util/     (10)    -- Project root, path helpers, file listing, param namespace
  Config/             -- JSON configuration files
    Preset/           -- Shipped template configs (read-only)
    User/             -- User-saved setup configs (gitignored)
  Documents/          -- Help pages and screenshots
    html/             -- HTML help files
    images/           -- UI screenshots

Contents

Item Description
BEVapp.mlapp Main App Designer application
API/ Back-end functions organized by responsibility (see API/README.md)
Config/ JSON configuration files — Preset/ for shipped configs, User/ for saved setups
Documents/ Help pages (html/helpAppDetail.html) and UI screenshots (images/)

Copyright 2022 - 2026 The MathWorks, Inc.