Create *m WriteCalcFile

Moderator: GiD Team

Post Reply
penavasal
Posts: 2
Joined: Fri Nov 15, 2019 11:13 am

Create *m WriteCalcFile

Post by penavasal »

We are working with MAT-fem.gid custome bars. We need to create a *.m file. Previous GiD versions (11 I remember) used to allow to write *.m files. However, GiD 15 does not allow, always *.dat. Is there any way to create *.m. It is for learning purpose. Student need to use the *.m file create from GiD.


Thanks
Attachments
MAT-fem.gid.zip
(208 KiB) Downloaded 14 times
User avatar
escolano
Posts: 1961
Joined: Sun Sep 05, 1982 10:51 pm

Re: Create *m WriteCalcFile

Post by escolano »

I attach a couple of modified files to implement this rename of file in the write matlab file button
I removed wrong commands at the end of the .bas that try to do this incorrectly
and I have implemented the proc in the .tcl file that just after write the .dat file simply rename it to .m
MAT-fem-patch.gid.zip
(3.18 KiB) Downloaded 8 times
Post Reply