auto MAC ( Modal Assurance Criterion )

This Matlab script is to calculate and plot Modal Assurance Criterion (MAC) based on the given mode shapes

You are now following this Submission

% This Matlab script is to calculate and plot auto Modal Assurance Criterion
% (MAC) based on the given mode shapes
% Email: liangliang.cheng@ugent.be
% Data: 24/11/2020

% Note: madeShape is a matrix with rows (number of DOFs) and columns (number of modes)
% Example: load modeShape.mat
% MAC = autoMAC(modeShape);

Cite As

liangliang cheng (2026). auto MAC ( Modal Assurance Criterion ) (https://www.mathworks.com/matlabcentral/fileexchange/83353-auto-mac-modal-assurance-criterion), MATLAB Central File Exchange. Retrieved .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.4

modify small notes

1.0.3

modify some notes

1.0.2

add some additional notes

1.0.1

Small bugs are fixed

1.0.0