Matlab R2014b with OS X Yosemite Issue
14 views (last 30 days)
Show older comments
I am trying to use the plane program and keep getting the following error when I run it:
Error using figure
There is no numb property on the Figure class.
Error in pplane8 (line 398)
ppset = figure('name','pplane8 Setup','numb','off',...
Any ideas on what I should do? I've tried two separate Macs on Yosemite and it does the same thing.
13 Comments
Samuel Dupree
on 20 May 2015
Walter,
Thank you for the explanation. I gratefully appreciate it. This clears things up for me.
Again, thanks.
Sam Dupree.
Accepted Answer
Geoff Hayes
on 21 Nov 2014
Austin - try changing the numb to the full property name NumberTitle. So line 398 of pplane8 would become
ppset = figure('name','pplane8 Setup','NumberTitle','off',...
'tag','pplane8','visible','off',...
'UserData',ud);
7 Comments
Daniel Sierra
on 9 Jul 2015
Thanks Geoff it worked! i also had to make a few changes that i haven't read from this forum but so far it seems to work just fine!
More Answers (2)
Hugh Harvey
on 17 Feb 2017
Hi, I have gone through and made all these changes to Pplane - Please see link for updated version: http://uk.mathworks.com/matlabcentral/fileexchange/61636-pplane
Jakob
on 21 Jun 2016
Very good work everyone. The pplane-tool is extremely useful! Great you made it work again in newer Matlab!! Cannot give enough kudos ;-)
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!