Borrar filtros
Borrar filtros

Error when Zoom in

2 visualizaciones (últimos 30 días)
Jianshe Feng
Jianshe Feng el 19 de Jul. de 2016
Comentada: Jianshe Feng el 19 de Sept. de 2018
Hi guys,
Here is my problem: I plotted a figure and wanted to zoom in to see some details. However, the error showed up:
Error using error (line 4)
Not enough input arguments.
Error in view (line 29)
error(nargoutchk(0, 2, nargout,'struct'));
Error in resetplotview>localCreateViewInfo (line 181)
[az, el] = view(hAxes);
Error in resetplotview>localResetPlotView (line 70)
viewinfo = localCreateViewInfo(hAxes);
Error in resetplotview (line 48)
retval = localResetPlotView(hAxes(n),varargin{:});
Error in matlab.graphics.interaction.saveView (line 8)
Error in matlab.graphics.interaction.initializeView (line 5)
Error in zoom>localStoreLimits (line 678)
Error in zoom>localZoom (line 765)
Error in zoom>localStartDrag (line 739)
Error in zoom>localWindowButtonDownFcn (line 654)
Error in hgfeval (line 62)
feval(fcn{1},varargin{:},fcn{2:end});
Error in matlab.uitools.internal.uimode/modeWindowButtonDownFcn (line 115)
hgfeval(newButtonDownFcn,hFig,evd);
Error in matlab.uitools.internal.uimode/modeControl>localModeWindowButtonDownFcn (line
157)
hThis.modeWindowButtonDownFcn(hFig,evd,hThis,newValue);
Error while evaluating Figure WindowButtonDownFcn
Then I tried to plot some very simple function, the same error still exists. My MATLAB version is: R2015a, 64 bits.
I never had such problem before. Does anybody know what happened? Thanks ahead!
  3 comentarios
Steven Lord
Steven Lord el 13 de Jul. de 2018
Unless you're seeing the exact same error message, please create a new question using the Ask button near the top of the page. Include the full text of the error message (all the text displayed in red) in your new question.
If you are seeing the exact same error message try the solution I described.
Jianshe Feng
Jianshe Feng el 19 de Sept. de 2018
Hi Shruthi, I agree with Steven Lord. The reason of my issue was I wrote an 'error.m' function by myself, which conflicted with the built-in one. You can search in your path. If you don't have a memory of creating an 'error.m' function by yourself, it's very possible that it's caused by some other issues.

Iniciar sesión para comentar.

Respuesta aceptada

Steven Lord
Steven Lord el 19 de Jul. de 2016
My guess is that you've written your own error.m that's taking precedence over the built-in error function. You can check this using the which function. If you have created your own error.m, rename or remove it.
  1 comentario
Jianshe Feng
Jianshe Feng el 20 de Jul. de 2016
Yes, you're right. Thanks a lot~

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Visual Exploration en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by