Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How to make a program takes its inputs from the outputs of another program and vis versa

1 visualizzazione (ultimi 30 giorni)
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 Commento
Alessandro Masullo
Alessandro Masullo il 10 Feb 2015
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.

Risposte (1)

Suchit Shah
Suchit Shah il 14 Apr 2015
which method you are using to solve Reynold's equation and which algorithm???

Questa domanda è chiusa.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by