help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: slow code, optimisation advice needed


From: Ian McCallion
Subject: Re: slow code, optimisation advice needed
Date: Fri, 25 May 2018 17:37:02 +0100

Can you send a fragment of the input file and an idea of its size? Ian

On 25 May 2018 at 15:13, tomkut <address@hidden> wrote:
> Dear Octavers
>
> Would anyone be so kind and offer advice on speeding up the below (the loop
> takes a long time)?
> a = fileread ("C:/Backup/Thermo Backups/2018-05-17.txt");
> d = strsplit (a, "\n");
> for i = 1 : length(d)
>  e (i , :) = strsplit ( d{i} );
> endfor
>
>
>
>
> --
> Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]