auto MAC ( Modal Assurance Criterion )

This Matlab script is to calculate and plot Modal Assurance Criterion (MAC) based on the given mode shapes
382 Downloads
Aktualisiert 24. Nov 2020

Lizenz anzeigen

% 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);

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2020b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Tags Tags hinzufügen

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
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