cyy024
若在一个循环内 画图,怎样保留或查看每个图像?
结果是直接跳到最后一个
foison
Sorry I can't type Chinese now.
You can save the data each time and plot them in the end
or you can save image each time (that's not a good way. suppose you have 100000 times loops)
cyy024
找到答案了
其实是在循环里加入browser()
起到暂停的功能
就可以一个个图像显示了
zwdbordeaux
欣赏楼主的做法,提出问题,解决之后给大家一个结论。这样也可以供后来者学习。