MATLAB: How to import the stiffness matrix generated by ansys and contained in a file txt

ansys to matlab

Import stiffness matrix in matlab

Best Answer

Try importdata(), dlmread(), csvread(), fgetl(), textscan(), or load() depending on what form the data is in. I don't know what ansys is.