Réponse apportée
Implement the Software Architecture in MATLAB\SIMLUNK and convert it to C
Check out Simulink Coder and Embedded Coder. I think this is what you are looking for. Simulink Coder - Simulink® Coder™ (forme...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
Find the first value of each groups.
x = [3 3 3 4 4 5 5 5 5 3 11]'; y = [1 2 4 5 7 2 1 8 10 10 1]'; result = [x,y]; [GroupId,~,ic] = unique(result(:,1)); Group...

presque 3 ans il y a | 1

| A accepté