| 查看: 1652 | 回复: 8 | |||
| 当前主题已经存档。 | |||
[交流]
[求助]请问 matlab怎样暂停和继续
|
|||
|
我有一个计算,算了十几天了,还没有结束,请问怎么暂停,看看中间情况,然后怎么继续让它算?(有看到一种说是ctrl+c暂停,停完如何继续?) 另外,有时候会算到能看到matlab在运行,数字在哗哗的闪,但是鼠标对整个程序不能控制,而电脑其他程序什么的都正常可用.这是怎么回事,要怎么处理? 谢谢 ! [ Last edited by sunxiao on 2009-3-9 at 08:48 ] |
» 猜你喜欢
哪位老哥知道今年的国自然具体哪一天放榜?
已经有9人回复
欢迎发来filecode的Mz6后的代码验证其规律
已经有72人回复
咱们一起用铁证分析2026国家社科基金中标与否
已经有26人回复
我的国基提前知道中了,可是同事的操作让我实在接受不了,怎么会有这样的人
已经有16人回复
有时候,自然基金真的不能太认真 (我的申报经验)
已经有12人回复
招聘 金属平磨液,抛光液研发工程师
已经有3人回复
时间戳又变了8-15
已经有23人回复
filecode=后面第一个是大写字母
已经有7人回复
filecode
已经有12人回复
小木虫上这么多卖论文的,真有人买论文么?感觉没必要啊
已经有13人回复
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
5楼2008-11-06 22:35:44
wangyb4142
金虫 (正式写手)
- 应助: 0 (幼儿园)
- 金币: 1288.9
- 帖子: 305
- 在线: 41.3小时
- 虫号: 548414
- 注册: 2008-04-18
- 性别: MM
- 专业: 天体测量和天文地球动力学
6楼2008-11-07 01:10:51
7楼2008-11-07 11:22:14
8楼2008-11-07 21:23:29
9楼2008-11-16 00:14:33










回复此楼