当前位置 博文首页 > 文章内容

    Simulink Project - What are Simulink Projects?

    作者: 栏目:未分类 时间:2020-07-12 11:01:06

    本站于2023年9月4日。收到“大连君*****咨询有限公司”通知
    说我们IIS7站长博客,有一篇博文用了他们的图片。
    要求我们给他们一张图片6000元。要不然法院告我们

    为避免不必要的麻烦,IIS7站长博客,全站内容图片下架、并积极应诉
    博文内容全部不再显示,请需要相关资讯的站长朋友到必应搜索。谢谢!

    另祝:版权碰瓷诈骗团伙,早日弃暗投明。

    相关新闻:借版权之名、行诈骗之实,周某因犯诈骗罪被判处有期徒刑十一年六个月

    叹!百花齐放的时代,渐行渐远!



    学习matlab simulink project

    我们在使用Matlab进行开发仿真时,一个系统总会有许多个模块。对每个模块的建模可能有多个版本,为了更好的管理每个模块及版本,Matlab提供了Simulink Project这么一个功能。help文档这么描述Simulink Project:

    You can use Simulink® Projects to help you organize your work. Find all your required files; manage and share files, settings, and user-defined tasks; and interact with source control.

    If your work involves any of the following:

    More than one model file
    More than one model developer
    More than one model version
    — then Simulink Projects can help you organize your work. You can manage all the files you need in one place — all MATLAB® and Simulink files, and any other file types you need such as data, requirements, reports, spreadsheets, tests, or generated files.

    Projects can promote more efficient team work and individual productivity by helping you:

    Find all the files that belong with your project.
    Create standard ways to initialize and shut down a project.
    Create, store, and easily access common operations.
    View and label modified files for peer review workflows.
    Share projects using built-in integration with Subversion® (SVN) or Git™, external source control tools.

    因此,对系统的仿真,一开始就以工程的形式进行开发,对后续的管理将非常有利。

    学习Simulink Projects,从例程开始。

    在matlab命令窗口中输入"sldemo_slproject_airframe_svn",matlab自动生成一个例程。从该例程中,理解:

    (1)Understand Project Startup and Shutdown Tasks

    (2)Create a Startup Shortcut

    When you open the project, the project performs the default action for startup shortcut files depending on their type:
    Run .m files.
    Load .mat files.
    Open Simulink models.

    (3)Open and Run Frequently Used Files

    Regenerate the S-functions 需要安装C/C++编译器,MATLAB Support for MinGW-w64 C/C++ Compiler