Community Profile

photo

Lucy Cathwell


Attivo dal 2019

Followers: 0   Following: 0

Statistiche

Feeds

Visto da

Domanda


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=[^\...

oltre 4 anni fa | 1 risposta | 1

1

risposta

Domanda


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...

oltre 4 anni fa | 2 risposte | 0

2

risposte