An engineer needs to store data for multiple electronic components. Each component has a text-based part number (e.g., 'R-101'), a numeric resistance value (e.g., 4700), and a 1x2 vector for its physical dimensions (e.g., [0.25, 0.125]). Which data structure is most suitable for creating an array to hold all the information for 50 such components?
-
A
A cell array
-
B
A multidimensional numeric array
-
C
A structure array
-
D
A table with mixed data types