Revision history of "Grep.m"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 12:43, 17 March 2011Eriks talk contribs 250 bytes +250 Created page with '<pre> function [A,I]=grep(strarray,str) %strarray is char array A=[]; I=[]; for irow=1:size(strarray,1), if findstr(deblank(strarray(irow,:)),str), I=[I ; irow]…'