I have combined 7 patients' data, each containing 19 features, into one struct as seen below. The data is now in a 7x1 struct with 19 fields.
What do I need to do to convert the struct to a double array? I need to use it as input for an SVM classifier. Or any suggestions for how to save the patients' data directly into a double array not a struct.