Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ansys to Matlab

Status
Not open for further replies.

kenes

Electrical
Joined
Jan 25, 2005
Messages
2
Location
TR
I made a mode analysis with ansys and I want to rip stiffness matrix of the system, then I will use it in matlap. ansys gives stiffness matrix in Harwell-Boeing format. How can I import it into matlab?
 
I have found something:
get the hb_io matlab library from internet, after some changes, you can get column row and value vectors, use sparse function of matlab and build a sparse matrix out of them, then use full function of matlab to convert sparse into normal matrix and get a real stiffness matrix.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top