out=sim(net, test1) 'model' parameter must be a character vector, What is the erroe?

Answers (1)

Assuming that test1 is a struct of parameters (name-value pair), you need to pass the name of the model as a string. Try:
out=sim('net', test1)

Categories

Tags

Asked:

on 2 Aug 2018

Answered:

on 27 Jun 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!