How to compare one column of one matrix with all columms of other matrix one by one? matlab 2014b
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Pooja Patel
am 27 Mär. 2017
Kommentiert: Pooja Patel
am 27 Mär. 2017
suppose N is 7x8 matrix, M is 7x8 matrix. both are different i want N(:,1)-M(:,1);N(:,1)-M(:,2);N(:,1)-M(:,3)...........N(:,2)-M(:,1);N(:,2)-M(:,2) and so on. how to do that? please help me. I am using matlab version 2014b.
0 Kommentare
Akzeptierte Antwort
Siehe auch
Kategorien
Mehr zu GPU Computing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!