Effacer les filtres
Effacer les filtres

Increment output display store one by one in simulink model

2 vues (au cours des 30 derniers jours)
Sharath
Sharath le 2 Déc 2022
a={'078';'084';'0F1';'0F2';'0F3'};b={'078';'0F2';'0F3'};h={'U132';'U123';'U654';'U546';'U456'};
k = 1;
for i = 1 : 3
for j = 1 : 5
if isequal(b (i), a (j))
c(k) = h(j);
k = k +1 ;
end
end
end

Réponses (0)

Catégories

En savoir plus sur Modeling dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by