How to compare one column of one matrix with all columms of other matrix one by one? matlab 2014b
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
See Also
Categories
Find more on GPU Computing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!