Getting Not Enough Input Arguments error
조회 수: 1 (최근 30일)
이전 댓글 표시
I am trying to re-create a Matlab script file, from a printout of code that works fine in another location. this is the line of code that is giving me errors at the moment:
Entity(1,ESIDCol) = cellstr(HDF5Info.Datasets(a).Attributes(strcmp(AttributeIndex,ESIDString)).Value);
could it be that the data file, which is an hdf5 file, so i cant really open it to view the data without code, just isnt passing the needed data and there is nothing wrong with the code? Any help is appreciated.
댓글 수: 3
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!