Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在附图中,模型给出了3输入和3输出。我想10循环运行这个模型时间。请任何人知道我如何使用输出作为从第二次运行到运行的输入,10请帮助我。我想使用我的输出(1 到 3)作为从第二次到第 10 次迭代的输入。
3
10
第一次运行:3输入是10,24和21, 第二次运行直到10th:out1 用于代替第一个input(10),out2用于第二个input(24),out3用于第三个input(21) 非常感谢
24
21
10th
input(10)
out2
input(24)
out3
input(21)