
Can i able to access value from Data store memory in Embedded Matlab Function
15 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to access value of data store memory in matlab embedded function. But when I update my model I am getting the following error
*Embedded MATLAB Runtime Error: Error evaluating Embedded MATLAB parameter data 'Flag1' (#40) in its parent workspace.*
Can anyone please tell me why I am getting this error or any solution for this.
Thanks in advance.
0 comentarios
Respuesta aceptada
TAB
el 7 de Sept. de 2012
Editada: TAB
el 7 de Sept. de 2012
In version R2007b, using global variable in Matlab function (or Embedded matlab function) is not supported.
You can simply read the value of Data store memory using Data store Read block and pass this to Matlab function block as input, as shown here.

0 comentarios
Más respuestas (1)
Kaustubha Govind
el 6 de Sept. de 2012
Have you configured the block according to the documentation? Perhaps the Scope for 'Flag' has not been set to 'Data Store Memory' on the Ports and Data Manager?
5 comentarios
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!