Assuming you have already loaded a miraudio object and extracted the features using mirfeatures function of the mirtoolbox, you can print every feature separately using the following code:
main.m514 chars14 lines
Please note that the above code will print only the first (in this case, the only) segment from the extracted features object, assuming you didn't specify any segmentation options when calling the mirfeatures function. If you have multiple segments, you need to loop through the features
object as well.
Also, some feature values might be arrays or matrices with multiple dimensions, in which case you might need to use additional loops to print their contents.
gistlibby LogSnag