Create structure array - MATLAB struct - MathWorks - MATLAB and Simulink for Technical Computing
s = struct(field,value) creates a structure array with the specified field and values. The value input argument can be any data type, such as a numeric, logical, character, or cell array. If value is not a cell array, then s is a scalar structure, where s...