Structure arrays contain data in fields that you access by name. For example, store patient records in a structure array. patient(1).name = 'John Doe'; ...
確定! 回上一頁