{"id":19556856,"url":"https://github.com/muziing/simconfigtool","last_synced_at":"2026-06-12T08:32:52.164Z","repository":{"id":191413145,"uuid":"684598346","full_name":"muziing/SimConfigTool","owner":"muziing","description":"Simulink仿真配置工具","archived":false,"fork":false,"pushed_at":"2023-09-02T07:21:31.000Z","size":290,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T07:45:01.628Z","etag":null,"topics":["matlab","matlab-application","simulink"],"latest_commit_sha":null,"homepage":"","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muziing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-29T13:18:24.000Z","updated_at":"2023-08-29T13:20:26.000Z","dependencies_parsed_at":"2023-08-29T20:43:09.151Z","dependency_job_id":"d315f1ea-5a34-4517-976c-bcc9fa7acb31","html_url":"https://github.com/muziing/SimConfigTool","commit_stats":null,"previous_names":["muziing/simconfigtool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muziing/SimConfigTool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muziing%2FSimConfigTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muziing%2FSimConfigTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muziing%2FSimConfigTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muziing%2FSimConfigTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muziing","download_url":"https://codeload.github.com/muziing/SimConfigTool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muziing%2FSimConfigTool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34236551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["matlab","matlab-application","simulink"],"created_at":"2024-11-11T04:39:22.750Z","updated_at":"2026-06-12T08:32:52.144Z","avatar_url":"https://github.com/muziing.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SCT - 综合 Simulink 仿真配置工具\n\n![GitHub Repo Stars](https://img.shields.io/github/stars/muziing/SimConfigTool)\n[![License](https://img.shields.io/github/license/muziing/SimConfigTool)](https://github.com/muziing/SimConfigTool/blob/main/LICENSE)\n![GitHub Last Commit](https://img.shields.io/github/last-commit/muziing/SimConfigTool)\n![MATLAB Version](https://img.shields.io/badge/MATLAB-R2022b-blue)\n\n## 简介\n\nSCT（SimConfigTool）是一个基于 MATLAB App 设计开发的辅助工具，用于配置运行 Simulink 模型仿真。以图形化方式集成选择模型、选择数据、参数扫描、调整仿真模式与停止时间、并行仿真、快捷后处理等仿真常用功能，无需修改模型文件即可满足大多数仿真需求。\n\n![软件截图](Docs/Images/SCT_screenshot_01.png)\n\n## 模型要求\n\n为将此 APP 应用于原有的 Simulink 模型，需要对模型进行几处微小的调整（或在建立新模型时遵守以下约定）：\n\n1. 使用变量存储参数，变量名需要以特定前缀（`Param_`）开头。\n2. 这些变量应存储于[模型工作区（Model Workspace）](https://ww2.mathworks.cn/help/simulink/ug/using-model-workspaces.html)中，变量值作为参数的默认值。\n3. 输出模块（[Outport](https://ww2.mathworks.cn/help/simulink/slref/outport.html)）名称以（`ModelOutport`）起始，并设置有意义的信号名。\n\n详见[*修改模型以适应综合仿真工具APP*](Docs/修改模型以适应综合仿真工具APP.md)\n\n## 算法参数\n\n在“算法参数”选项卡，用户可根据需要调整每一项参数的数值。亦可将某一项或某几项（最多不超过 5 项）参数设置为“用于参数扫描的参数”，在用户设置的范围内按指定步长变化，运行多组仿真，并可以比较这些不同参数组仿真结果的差异。\n\n可以在「参数组浏览器」中查看当前设置的所有参数组。\n\n\u003e 推荐阅读：[优化、估计和扫描模块参数值](https://ww2.mathworks.cn/help/simulink/ug/optimize-estimate-and-sweep-block-parameter-values.html)\n\n## 并行仿真\n\n参数扫描仿真任务本质上是运行一组非常相似的仿真任务并比较其结果，非常适合使用[并行仿真](https://ww2.mathworks.cn/help/simulink/ug/running-parallel-simulations.html)来加快仿真速度。借助于 [Parallel Computing Toolbox](https://ww2.mathworks.cn/help/parallel-computing/index.html) 可以充分发挥所有 CPU 核心的性能（在核心数很多的工作站/服务器上效果尤佳），使用 MATLAB Parallel Server 则可以在计算机集群、云上进行更大规模的并行仿真。\n\n对于较多的参数组合，使用并行仿真可以显著缩短耗时，但也会使用更多内存，并且启动速度较慢。当仿真数量较少、运行耗时很短或内存不足时，建议使用串行仿真。并行仿真需要有 Parallel Computing Toolbox 工具箱支持才可用，否则将退化为串行仿真。\n\n相关文档：\n\n- [运行并行仿真](https://ww2.mathworks.cn/help/simulink/ug/running-parallel-simulations.html)\n- [parsim - 以并行或串行方式进行多次动态系统仿真](https://ww2.mathworks.cn/help/simulink/slref/parsim.html)\n- [使用 Parsim 进行并行仿真：普通模式下的参数扫描](https://ww2.mathworks.cn/help/simulink/slref/parallel-simulations-using-parsim-parameter-sweep-in-normal-mode.html)\n- [使用 Parsim 进行并行仿真：快速加速模式下的参数扫描](https://ww2.mathworks.cn/help/simulink/slref/parallel-simulations-using-parsim-parameter-sweep-in-rapid-accelerator-mode.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuziing%2Fsimconfigtool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuziing%2Fsimconfigtool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuziing%2Fsimconfigtool/lists"}