Still there is a problem.
GNU Octave, version 4.0.0
Copyright (C) 2015 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. For details, type 'warranty'.
Octave was configured for "i686-w64-mingw32".
Please contribute if you find this software useful.
For information about changes from previous versions, type 'news'.
>> addpath (fullfile ("C:", "Users", "Administrator, "Downloads"))
parse error:
syntax error
>>> addpath (fullfile ("C:", "Users", "Administrator, "Downloads"))
^
>> addpath("C:/Users/Administrator/Downloads")
>> load("._irisData.mat")
warning: load: 'C:/Users/Administrator/Downloads\._irisData.mat' found by search
ing load path
error: load: unable to determine file format of '._irisData.mat'
>>