How can i import mass and stiffness matrices (MatK and MatK .TXT) to Matlab ?

11 visualizaciones (últimos 30 días)
Hi every one, i'm very new in MATLAB, i extracted mass and stiffness matrices from ansys workbench text files, and i want to import them to MATLAB.
load matm.txt
Error using load
Unable to read file 'matm.txt'. Input must be a MAT-file or an ASCII file containing numeric
data with same number of columns in each row.

Respuestas (1)

Image Analyst
Image Analyst el 28 de En. de 2021
Try importdata() or readmatrix(). Attach matm.txt if you still have trouble.
  4 comentarios
Atif Laiche
Atif Laiche el 9 de Feb. de 2021
No, i did not !! sorry for my late response
Image Analyst
Image Analyst el 9 de Feb. de 2021
OK, since you saw my last sentence where I asked you to attach matm.txt, and since you did not attach it, I will assume that you chose not to attach it because you got it figured out already and no longer need our help. So I'm glad that you got it figured out.

Iniciar sesión para comentar.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by