Same value in two different matrices with different properties.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Joel Schelander
le 30 Avr 2021
Réponse apportée : Sindhu Karri
le 6 Mai 2021
I have one matrix A an a matrix B. I want to create matrix C. matrix has the same size of A, but with numbers from B.
A=[987 583;476 232;650 102];
B=[987 1;583 2;476 1; 232 3; 650 4; 102 5];
%The matrox I want to create looks like this
C=[1 2;1 3;4 5]
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!