Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options in Construct_SLX_with_NN for model_name and block_name #9

Open
4 tasks
nikos-kekatos opened this issue May 6, 2020 · 0 comments
Open
4 tasks
Labels
enhancement New feature or request

Comments

@nikos-kekatos
Copy link
Owner

The construct_SLX_with_NN function is used to integrate the neural net (with the name options.NN_model) with the Simulink model that contains two closed-loop models (options.SLX_NN_model). We need to have

  • default options for block_name (NN)

  • default option for the Simulink model file (originalName_NN.slx)
    options.SLX_NN_model=strcat(options.SLX_model,'_NN')

  • add options for inputs to the function

  • check consistency in all places it is called.

@nikos-kekatos nikos-kekatos added the enhancement New feature or request label May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant