Borrar filtros
Borrar filtros

How to solve the error ['model' parameter must be a string ]?

2 visualizaciones (últimos 30 días)
Bajdar Nour
Bajdar Nour el 8 de Oct. de 2018
Respondida: Stephan el 8 de Oct. de 2018
I have this (.mat) file,,I want to use Y=sim([Brain],P); P any variable like P = [.2; .9]

Respuesta aceptada

Stephan
Stephan el 8 de Oct. de 2018
Hi,
sim expects the model name as a string - try:
Y=sim('Brain',P);
instead.
Best regards
Stephan

Más respuestas (0)

Categorías

Más información sobre Assembly en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by