随笔分类 -  Matlab

摘要:猜想主要是因为图形显示用了OpenGL加速造成不稳定。我的运行环境是:Ubuntu 10.04 LTS 64bitMatlab R2010b解决方法是启动时用:$MATLAB_DIR/bin/matlab --softwareopenglsoftwareopengl参数的意义,$MATLAB_DIR/bin/matlab中有说明:# -softwareopengl## On unix platforms (excluding MAC) this option selects# between hardware and software opengl im... 阅读全文
posted @ 2013-09-04 23:18 n0p 阅读(1558) 评论(0) 推荐(0)
摘要:Can MATLAB pass by reference?If you are attempting to use pass-by-reference to modify the input argument passed into a function, the answer to the question depends on whether the input is a handle object or a value object. The two types of objects are describedin the Object-Oriented Programming(http 阅读全文
posted @ 2013-01-16 05:42 n0p 阅读(1473) 评论(0) 推荐(0)