Skip to content

Russiarain/sim-block-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Simulink model file from port configs

Steps

  1. Set your module info in blocks.json. e.g.
{
    "Name": "BooltoEG",
    "DisplayName": "BooltoEG",
    "Inports": [
        "Bool"
        ],
    "Outports": [
        "States","Times"
        ]
}

Notes

"/" is not allowed in Name

  1. run block_gen.m
  2. check the output model file in the matlab current directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages