Fork me on GitHub
摘要: 1 function a = myFunc(a,b,c,d,e)2 for idx = 1 : 1003 a = a-b + c^d*log(e);4 end5 end6 7 >> profile on; myFunc(a,b,c,d,e); profile report 阅读全文
posted @ 2015-05-11 23:58 小奔奔 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-11 16:02 小奔奔 阅读(91) 评论(0) 推荐(0) 编辑