compile error please help more help

Doug Stewart dastew at sympatico.ca
Sun Dec 14 09:34:59 CST 2008


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



More information about the Help-octave mailing list