Hello,
I am trying to import some variables from Matlab to OpenSees. Anybody can tell me how I can do this?
Thank you.
Import variables from Matlab
Moderators: silvia, selimgunay, Moderators
Re: Import variables from Matlab
write them to a file, and have opensees read in the file. in the file you could add text like "set a 1.0" so you would not hae to have
a special procedure to read the file. you would just have to souce it.
a special procedure to read the file. you would just have to souce it.
Re: Import variables from Matlab
Thank you for your reply. I will try it.