Hi,
I'm using MATLAB R2013a, when I try to zoom in/out in a figure Matlab produces an 'error' beep and also following error message on Command Window:
Error: File: zoom.m Line: 1 Column: 25
The input character is not valid in MATLAB
statements or expressions.
Error in putdowntext (line 121)
zoom(fig,'inmode');
Error while evaluating uitoggletool ClickedCallback
Thank you for any help.

 Réponse acceptée

Walter Roberson
Walter Roberson le 14 Mai 2020

0 votes

which -all zoom
If the first entry is not a Mathworks-supplied zoom.m, then rename it or otherwise get it off of your path.
If the first entry is a Mathworks-supplied zoom.m then edit it and look at the first line, and try to determine why the first line has an invalid character at column 25.

1 commentaire

Riccardo Carducci
Riccardo Carducci le 16 Mai 2020
Modifié(e) : Riccardo Carducci le 18 Mai 2020
Thank you, there was a not Mathworks-supplied zoom.m, just removed from search path and it worked.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Exploration dans Centre d'aide et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by