Info
此问题已关闭。 请重新打开它进行编辑或回答。
How to make a program takes its inputs from the outputs of another program and vis versa
1 次查看(过去 30 天)
显示 更早的评论
I have two dependent programs, the first one is to solve Reynolds Equation on a circular journal bearing to get the pressure distribution on the bearing surface and hence get the hydrodynamic forces , the other program is to solve the equation of motion for the bearing center to get the center locus of the bearing center and hence study the whirl stability, so I need the first program to take its inputs from the outputs of the second program and the second program to take its inputs from the outputs of the first program and make iteration for each time step in the second program
1 个评论
Alessandro Masullo
2015-2-10
Are both programs written in Matlab?
If so, you can save the workspace (or some of the variables) using save, and load it with load. Otherwise, you can still use a text file to export the output and read it as an input for the other program.
回答(1 个)
Suchit Shah
2015-4-14
which method you are using to solve Reynold's equation and which algorithm???
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!