Thread: Octave
i want read data spreadsheet octave following code:
% pointer reading spreadsheet
ods1 = odsopen ('protocol.ods',[],'jod');
% read data
= ods2oct (ods1, 'data', 'c21:j21');
% close spreadsheet file pointed in pointer struct ods1;
% ods1 reset
ods1 = odsclose (ods1);
there 2 supported interfaces: otk , jod. can't either work.
there experience in regard can me? appreciated.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Octave
Ubuntu
Comments
Post a Comment