Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How to make a program takes its inputs from the outputs of another program and vis versa
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Alessandro Masullo
el 10 de Feb. de 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.
Respuestas (1)
Suchit Shah
el 14 de Abr. de 2015
which method you are using to solve Reynold's equation and which algorithm???
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!