Community Profile

photo

Lucy Cathwell


2019년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


how to use regexp to get the last characters of a line
file = uigetfile('*.txt','Select the text file to parse'); fid=fopen(file) text=fileread(file) expr='[^\n]*Machine Name=[^\...

4년 초과 전 | 답변 수: 1 | 1

1

답변

질문


using textscan to find the rest of the line after the specific expression...
file = uigetfile('*.txt','Select the text file to parse'); fid=fopen(file) text=fileread(file) I have a really long complic...

4년 초과 전 | 답변 수: 2 | 0

2

답변