help-octave
[Top][All Lists]
Advanced

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

Re: compile error please help more help


From: Doug Stewart
Subject: Re: compile error please help more help
Date: Sun, 14 Dec 2008 10:34:59 -0500
User-agent: Thunderbird 2.0.0.18 (X11/20081125)

I have it running now!!!!!!

will report the changers that I did latter - after some more debugging


pattern = "^[^\\s]*\\s*([0-9]+\\.[0-9]+)\\s*[^\\s]*\\s*([^\\s]*)";
[d1, d2, d3, d4, matches] = regexp (output, pattern) %%;
if (iscell (matches) && numel (matches) > 0 && iscellstr (matches{1}))
if (numel (matches{1}) == 2)
% __version__ = sprintf ("%s.%s", matches{1}{:}) %;
__version__ = sprintf ("%s", matches{1}{:}) %; this workes !!!!!!!!!!!!!!!!!
matches
q='sprint'
matches{1}{:}
else
__version__ = matches{1}{1};
endif
endif
endif



reply via email to

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