| 查看: 1653 | 回复: 8 | |||
| 当前主题已经存档。 | |||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | |||
[交流]
[求助]请问 matlab怎样暂停和继续
|
|||
|
我有一个计算,算了十几天了,还没有结束,请问怎么暂停,看看中间情况,然后怎么继续让它算?(有看到一种说是ctrl+c暂停,停完如何继续?) 另外,有时候会算到能看到matlab在运行,数字在哗哗的闪,但是鼠标对整个程序不能控制,而电脑其他程序什么的都正常可用.这是怎么回事,要怎么处理? 谢谢 ! [ Last edited by sunxiao on 2009-3-9 at 08:48 ] |
» 猜你喜欢
今天系统多次维护,明天很可能放榜!
已经有5人回复
欢迎发来filecode的Mz6后的代码验证其规律
已经有74人回复
岩土工程学报什么时候才能终审完呐
已经有4人回复
时间戳又变了8-15
已经有25人回复
2027广东省杰青
已经有6人回复
快农历七夕节了,轻松一下,男人悄悄话,女施主请不要进来。
已经有3人回复
哪位老哥知道今年的国自然具体哪一天放榜?
已经有9人回复
咱们一起用铁证分析2026国家社科基金中标与否
已经有26人回复
我的国基提前知道中了,可是同事的操作让我实在接受不了,怎么会有这样的人
已经有16人回复
有时候,自然基金真的不能太认真 (我的申报经验)
已经有12人回复
wangyb4142
金虫 (正式写手)
- 应助: 0 (幼儿园)
- 金币: 1288.9
- 帖子: 305
- 在线: 41.3小时
- 虫号: 548414
- 注册: 2008-04-18
- 性别: MM
- 专业: 天体测量和天文地球动力学
6楼2008-11-07 01:10:51
2楼2008-11-06 15:16:45
ning903
木虫 (职业作家)
笨笨家族小海豚
- 应助: 0 (幼儿园)
- 金币: 3413
- 散金: 5
- 帖子: 4508
- 在线: 4.5小时
- 虫号: 548188
- 注册: 2008-04-18
- 性别: GG
- 专业: 化工系统工程
百度的,不知道对你有没有用
★ ★ ★
wendy_seu(金币+1,VIP+0):仍然谢谢你!
lei0736(金币+2,VIP+0):谢谢
wendy_seu(金币+1,VIP+0):仍然谢谢你!
lei0736(金币+2,VIP+0):谢谢
|
加一个pause就可以了。 pause Halt execution temporarily Syntax pause pause(n) pause on pause off Description pause, by itself, causes M-files to stop and wait for you to press any key before continuing. pause(n) pauses execution for n seconds before continuing, where n can be any nonnegative real number. The resolution of the clock is platform specific. A fractional pause of 0.01 seconds should be supported on most platforms. Typing pause(inf) puts you into an infinite loop. To return to the MATLAB prompt, type Ctrl+C. pause on allows subsequent pause commands to pause execution. pause off ensures that any subsequent pause or pause(n) statements do not pause execution. This allows normally interactive scripts to run unattended. |

3楼2008-11-06 19:28:36
4楼2008-11-06 22:34:08










回复此楼