Simulink change vector data over time
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Roin Serena
el 7 de Oct. de 2020
Respondida: Ameer Hamza
el 7 de Oct. de 2020
I need to give my model a vector data changing over time.
Trying to use signal blocks, they seem to need variables but not vectors.
Is there any way to solve the problem?
0 comentarios
Respuesta aceptada
Ameer Hamza
el 7 de Oct. de 2020
You can also use MATLAB function block and write the code to generate the signals: https://www.mathworks.com/help/simulink/slref/matlabfunction.html. To get information about time inside the function block, use clock https://www.mathworks.com/help/simulink/slref/clock.html.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Sources 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!