What is this hds folder missing in 2017a?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Mario
am 3 Apr. 2017
Kommentiert: Walter Roberson
am 7 Apr. 2017
I was running 2016b, but recently install 2017a. Then, I get the error message that the path to toolbox\matlab\hds does not exits. in 2016b the folder is there. It includes these functions: hdsCatArray, hdsGetSize, and so on. In 2017a the folder is not there. Is this an old AddOn? Discontinue functions? Thanks
0 Kommentare
Akzeptierte Antwort
Varun Gunda
am 6 Apr. 2017
Bearbeitet: Varun Gunda
am 6 Apr. 2017
HDS toolbox is not a product of MathWorks. Its a third party submission. More information about this toolbox can be found here:
4 Kommentare
Walter Roberson
am 7 Apr. 2017
Look at the code in any file in the toolbox/matlab/hds directory in R2016b or earlier to see Mathworks's copyright on their Hierarchical Data Storage routines. The function names are not the same as the package you linked to - the third party one appears to be independent of the Mathworks one.
The only Mathworks documentation I have found for the routines is the comments in the source code.
Walter Roberson
am 7 Apr. 2017
For example /Applications/MATLAB_R2011a.app/toolbox/matlab/hds/hdsCatArray.m contains in part,
% Copyright 1986-2004 The MathWorks, Inc.
% $Revision: 1.1.6.2 $ $Date: 2005/12/22 18:15:17 $
By R2016b the revision number information was gone, but the 1986-2004 copyright remained.
@hds/@spreadsheet/spreadsheet.m was changed as late as 2014 copyright, and @hds/@TestLog/TestLog.m as well, but otherwise almost all the rest are 2004, 2005, or (sometimes) 2007.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!