From: Xiaoyu W. <wx...@gm...> - 2015-01-16 02:10:38
|
Hi, It may not be the proper question to ask here. But basically I am trying to get my environment set up like this: http://blogs.mathworks.com/images/desktop/eric_ludlam_matlab_and_emacs/matlab-ecb.jpg Somehow I got everything to work, except for two things: 1. In W-2 frame, I can't see full declaration of functions. Instead, I get simply "func" for "function func ( x, y) ", and what's worse, "p" for "function p=func( x, y )". 2. I can't get the lines dividing functions (as shown in the picture above). Do you guys have any ideas how I can fix these? In addition, according to http://www.mathworks.com/help/matlab/ref/mlint.html, mlint is not recommended and it is suggested to use checkcode instead. Will this be a problem? Thanks in advance! Jacob |