Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Simulink User-Defined Function: Variable-sized Array to eliminate array elements

2 vues (au cours des 30 derniers jours)
Colin
Colin le 21 Fév 2014
Clôturé : MATLAB Answer Bot le 20 Août 2021
Hello all,
I am currently trying to build a user-defined function that will effectively generate an equally spaced vector from a specified (dynamic) upper and lower bound.
For example: input1 = 5; input2 = 12; output = [5 6 7 8 9 10 11 12];
The increment will always be 1, however the size of the output vector will change over time. I have tried building this function numerous ways, but I always receive some sort of error. Any advice on how to proceed would be greatly appreciated.
As a sidenote, the end-goal of building this user-defined function is to remove entirely array elements which saturate when passed through a saturation block. If anybody knows of a quick and easy way to do this instead, it would be greatly appreciated.
Regards,
Colin

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by