auto MAC ( Modal Assurance Criterion )

This Matlab script is to calculate and plot Modal Assurance Criterion (MAC) based on the given mode shapes
378 download
Aggiornato 24 nov 2020

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2020b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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