dfield8 with R2015b on Mac OSX issues?

2 ビュー (過去 30 日間)
Roy Berg
Roy Berg 2015 年 9 月 10 日
回答済み: George Williams 2017 年 2 月 17 日
Is there a better option for first order ODE solving/plotting in Matlab than dfield8? It gives me problems every time I attempt to enter differential equations. My latest issue is as follows:
Reference to non-existent field 'axes'.
Error in dfield8 (line 813)
aud = get(dud.axes,'UserData');
Error while evaluating UIControl Callback
Any help or better options would be much appreciated.
  5 件のコメント
Arthur Wasserman
Arthur Wasserman 2016 年 3 月 3 日
It would be a great service if someone were to update dfield, pplane, and odesolve for the latest version of Matlab.
Walter Roberson
Walter Roberson 2016 年 3 月 12 日
It would be a great service, yes -- but performing the service doesn't pay any bills.

サインインしてコメントする。

回答 (3 件)

Rick Saltzman
Rick Saltzman 2016 年 2 月 13 日
Errors also arise due to the use of:
if notice
and
if dud.notice
These are corrected by:
if ~isEmpty(notice)
if ~isEmpty(dud.notice)
  1 件のコメント
Nenad Dragojevic
Nenad Dragojevic 2016 年 12 月 15 日
編集済み: Nenad Dragojevic 2016 年 12 月 15 日
Hello, very nice answer, but in Matlab R2015a (Windows7): Undefined function '~isEmpty'!
'~isempty' works for me.

サインインしてコメントする。


George Williams
George Williams 2017 年 2 月 17 日

ahmed
ahmed 2016 年 6 月 20 日
編集済み: ahmed 2016 年 6 月 20 日
you will find the both editions in this link (one for Matlab 2014 and before, the other is for Matlab 2015 and later):
Update: the file of pplane8.m which found in this link works for Matlab 2015 and later :)
  2 件のコメント
sean orourke
sean orourke 2017 年 2 月 13 日
pplane8.m DOES NOT WORK for R2015b
Walter Roberson
Walter Roberson 2017 年 2 月 14 日
go through and replace every occurrence of 'numb' (the quoted string exactly like that) with 'numbertitle'. . Also replace one 'number' (the quotes string exactly like that) with 'numbertitle'

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by