PracticeTestGeeks home

MATLAB FREE MATLAB Data Types and Structures Questions and Answers

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?

Select your answer