Selecting the last element in a vector
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
In Simulink, without typing Matlab code or using multiple blocks, How can I select the last element of a vector/multi-channel signal?
E.g if I have [1;2;3;4] and easily select the first and the rest i.e [1] and [2,3,4] using a Demux. But how can I instead split it thus: [1,2,3] and [4]. I may be missing something quite basic?
0 comentarios
Respuestas (1)
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!