Hi
I have a system of 4 DE and I have problems with writing syntax to solve it.
Does anyone have any suggestions?
The basic system is like this:
M*x''+Gx'=0
M and G are size 4x4, and vector x is size 4x1.
I know the solution if I have one dif. equation, but I don't know how to solve system of...
Hi
My question is:
I have two GUI's for example delo.fig (delo.m) and dodatek.fig (dodatek.m). First I start GUI delo.fig and I want to execute GUI dodatek.fig when I press button in GUI delo.fig.
So, how can I call one GUI from another?
Thank you