dfield6 errors with Matlab 2015
2 ビュー (過去 30 日間)
古いコメントを表示
Can you help me determine why the errors occur when I use dfield6 with 2015? The graph does not appear, and additional errors occur.
Warning: The DrawMode property will be removed in a future release. Use the SortMethod property instead. > In dfield6 (line 1126) Conversion to logical from matlab.ui.control.UIControl is not possible.
Error in dfield6 (line 1541) if notice
Error in dfield6 (line 1519) dfield6('dirfield',dfdisp);
Error while evaluating UIControl Callback
Conversion to logical from matlab.ui.control.UIControl is not possible.
Error in dfield6 (line 1807) if notice
Error in dfield6 (line 1708) dfield6('solution',initpt,disph);
Error while evaluating Figure WindowButtonDownFcn
0 件のコメント
回答 (3 件)
sam0037
2016 年 2 月 16 日
Hi,
I tried debugging the attached code DFIELD6.M and could reproduce the above mentioned errors. If you replace all if notice in the code with if ishandle(notice), the code should work. I made these changes and is working at my end.
Further to remove the warning, use the SORTMETHOD property instead of DRAWMETHOD nn dfield6 (line 1126). For more information on SORTMETHOD property refer to the following link:
Thanks, Shamim
0 件のコメント
George Williams
2017 年 2 月 17 日
Gives a good updated version for Matlab R2016b, may work for 2015 version: https://uk.mathworks.com/matlabcentral/fileexchange/61636-pplane?s_tid=srchtitle%2520
0 件のコメント
ahmed
2016 年 6 月 20 日
You are using Matlab 2015, so, you will have to use the dfield8.m, you will find two editions of dfield8.m in this link (one for Matlab 2014 and before, the other is for Matlab 2015 and later): you need to download the later one.
In addition: please note that there is one version of pplane8.m found in this link, and it works for Matlab 2015 and later :) finally (if i could), i would advice you to use the java versions (also found in the link) which are less headache for your pc.
2 件のコメント
Jonathan Mitchell
2016 年 7 月 22 日
The pplane8.m for MATLAB 2015 downloaded from https://web.njit.edu/~yyoung/M222Spring2016/M222Spring16.html is not executing properly for MATLAB 2016a. Do you know of any revisions that need to take place?
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!