Error while using 3d plot in Matlab 2019b
Numerical Bifurcation Analysis Toolbox in Matlab
Brought to you by:
hilmeijer,
willy_govaerts
Whenever I try to use the 3d plot in matcont GUI, I get the following error.
I used Matlab 2019b version. I reinsatll matcont, but it did not help.
Last edit: Hesam Sharghi 2019-12-24
Dear Hesam,
The cause is Matlab not opening a real 3Dplot, but a figure with only two axis. This means that when you would change the plot ranges, then the z-axis limits are not defined (therefore the newregion(5:6) is the problem). Once you rotate the figure, this third axis is really there. So we need to add it.
For now, a solution to avoid problems with the initial projection in a 3D graphic window of Matcont under MATLAB R2019b, is to add the command
after line 123
obj.activatePlot(plotconf, true);
in the file /matcont7p1/GUI/GUIOutputManager.m of your installation of MatCont.
Best regards, Hil Meijer
From: Hesam Sharghi hesamaero@users.sourceforge.net
Sent: Tuesday, December 24, 2019 4:52 AM
To: [matcont:discussion]
Subject: [matcont:discussion] Error while using 3d plot in Matlab 2019b
Whenever I try to use the 3d plot in matcont GUI, I get the following error.
I used Matlab 2019b version. I reinsatll matcont, but it did not help.
Error while using 3d plot in Matlab 2019b
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/matcont/discussion/762214/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Dear hilmeijer,
Thank you for your clearifications.
Hello Hesam,
I am facing the same problem. Have you solved it somehow?
Hi,
I tried Matlab 2018 b, and everything seems fine.
Thank you very much for your immediate response.