Does simulink support calculation in which a declared variable can change its value?
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
for example, for any declared variable "U"
U = U+5;
U = U*a;
I found that after a variable is calculated by a block, its output always become another variable. such as
C = U+5;
B = U*a;
Thanks
Tehsin
2 comentarios
Azzi Abdelmalek
el 9 de Oct. de 2012
what do you mean? It's obvious, after U=U+5, U will change
TeHsin
el 9 de Oct. de 2012
Respuestas (1)
Sachin Ganjare
el 9 de Oct. de 2012
0 votos
If I understand correctly, you want use U as a global variable. Is it correct?
1 comentario
TeHsin
el 9 de Oct. de 2012
La pregunta está cerrada.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!