How to update a value of simulink output port which is an array.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Swaroop Laxmeshwar
el 13 de En. de 2016
Comentada: Swaroop Laxmeshwar
el 18 de En. de 2016
Example: Initialized at workspace as below. Const = 10; ABC[] = {0,4,0,0,2,0,0,10,0,0};
Need to develop an algorithm for below C based function.
ABC[5] = '6'; ABC[8] = Const;
Weather we can do it with Bus Creator / any other concept of doing it?
0 comentarios
Respuesta aceptada
Adithya Addanki
el 15 de En. de 2016
Hi Swaroop,
You may be able to assign/update the values of an array using an Assignment block. Please refer to the attached example model.
Thank you,
Adithya
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!