Intersect: Difference between revisions
Jump to navigation
Jump to search
(Created page with "MATLAB equivalents of SQL JOINS can be done using the intersect function test=intersect(find(M(:,2)==30), find(M(:,3)==30)) Category: Matlab functions") |
(No difference)
|
Revision as of 15:37, 31 October 2016
MATLAB equivalents of SQL JOINS can be done using the intersect function
test=intersect(find(M(:,2)==30), find(M(:,3)==30))