News

Contribute to noey2020/How-to-Import-Data-from-Spreadsheets-and-Text-Files-Matlab-Without-Coding development by creating an account on GitHub.
Locate the Excel data file, with file extension ".xls," on your computer. MATLAB cannot import data from the Excel executable directly and must know the location of the data file for import.
I have a need to read Nastran eigenvectors for post-processing in Matlab. Until now, I have been reading them from the .pch file using Matlab code. I would like to be able to read them from the .op2 ...