How do I set an initial value for an input in a MATLAB Function Block in Simulink?
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Vinayak Dan
el 21 de Feb. de 2020
Respondida: Fangjun Jiang
el 21 de Feb. de 2020
This is the function description.
function Y = fcn(U)
Y=U*2;
I want to set intial value for U at the start of simulation. I am unable to set initial value in the function block data editor.
Below is the simulink model:
0 comentarios
Respuesta aceptada
Fangjun Jiang
el 21 de Feb. de 2020
The initial value of "U" is determined by the 1/z block. Set the initial value there.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Simulink Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!