- regexp('dcda4adcqq', '(.{2,}).?(??@fliplr($1))', 'match', 'once');
- regexp('dcda4adcqq', '(.{2,}).?(??@fliplr($1))', 'match'); disp(ans);
- result = regexp('dcda4adcqq', '(.{2,}).?(??@fliplr($1))', 'match'); result{1}
- celldisp(regexp('dcda4adcqq', '(.{2,}).?(??@fliplr($1))', 'match'))
How to omit the type line in a regexp result
조회 수: 2 (최근 30일)
이전 댓글 표시
This is my Matlab command for match those string.

As we see,there is a type mark line between * ans=* and my result line,which will take up my extra line.How to omit it?
댓글 수: 0
채택된 답변
Walter Roberson
2017년 7월 8일
Some possible ways:
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!