dfield8 with R2015b on Mac OSX issues?

2 Ansichten (letzte 30 Tage)
Roy Berg
Roy Berg am 10 Sep. 2015
Beantwortet: George Williams am 17 Feb. 2017
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 Kommentare
Arthur Wasserman
Arthur Wasserman am 3 Mär. 2016
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 am 12 Mär. 2016
It would be a great service, yes -- but performing the service doesn't pay any bills.

Melden Sie sich an, um zu kommentieren.

Antworten (3)

Rick Saltzman
Rick Saltzman am 13 Feb. 2016
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 Kommentar
Nenad Dragojevic
Nenad Dragojevic am 15 Dez. 2016
Bearbeitet: Nenad Dragojevic am 15 Dez. 2016
Hello, very nice answer, but in Matlab R2015a (Windows7): Undefined function '~isEmpty'!
'~isempty' works for me.

Melden Sie sich an, um zu kommentieren.


George Williams
George Williams am 17 Feb. 2017

ahmed
ahmed am 20 Jun. 2016
Bearbeitet: ahmed am 20 Jun. 2016
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 Kommentare
sean orourke
sean orourke am 13 Feb. 2017
pplane8.m DOES NOT WORK for R2015b
Walter Roberson
Walter Roberson am 14 Feb. 2017
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'

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by