Getting Not Enough Input Arguments error
1 view (last 30 days)
Show older comments
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 Comments
See Also
Categories
Find more on Variables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!