help-octave
[Top][All Lists]
Advanced

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

Re: readdir to dir


From: Doug Stewart
Subject: Re: readdir to dir
Date: Thu, 26 Jul 2012 06:56:11 -0400



On Thu, Jul 26, 2012 at 6:11 AM, Martin Weiser <address@hidden> wrote:
Hello,
I am sorry for posting question that could be answered by reading the
manual, but I need a quick solution and I was not successful in googling
ready-made solution.

I need to convert my call of readdir:
 files = readdir(adresar_vstup)(3 :end);

such as Matlab understands that (the script user uses Matlab).
First, I did:

something = readdir(adresar_vstup);
files = something(3:end);

But it was not enough as Matlab (I do not have it, The script user
reported it) apparently does not have function readdir.
Would anybody be so kind and post me the solution?
Thanks in advance.
Best,
Martin Weiser


_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave

Adjust your program to use dir

--
DAS

https://linuxcounter.net/user/206392.html

reply via email to

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