Community Profile

photo

Lucy Cathwell


Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 years ago | 1 answer | 1

1

answer

Question


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 years ago | 2 answers | 0

2

answers