Dear researchers,
I've been working with a MATLAB code to run my simulation. The MATLAB code makes link with ABAQUS to run the FEM simulation and MYSQL to manage the databases for input and output files.
The present code I am working uses MYSQL to generate some tables, let's call it as input files and some other tables to save data throughout the simulation at each step.
I am wondering is there anyway to omit MYSQL, I mean is there any way to generate interactive tables in MATLAB? By interactive I mean that the table can be updated at each simulation step and the new data put in a new row in the table? So far I worked with the Table functions and I can generate the tables but the problem is that I do not know how to make it interactive or updatable!
Any idea?
Thanks a lot!
Farhad