fplot and quiver return "Error using box"

4 visualizzazioni (ultimi 30 giorni)
Hello,
I keep getting this error when using the fplot and quiver functions, even when using the most simple example from the documentation.
fplot(@(x) sin(x))
Error using box
Too many input arguments.
Error in fplot (line 169)
box(cax,'on');
[X,Y] = meshgrid(0:6,0:6);
U = 0.25*X;
V = 0.5*Y;
quiver(X,Y,U,V,0)
Error using box
Too many input arguments.
Error in quiver (line 96)
box(cax,'on');
I have updated MATLAB and have been scouring the internet for answers. I am running macOS Sonoma. Has anyone run into these issue before?
  1 Commento
Dyuman Joshi
Dyuman Joshi il 15 Feb 2024
Please share the output of -
which box -all
/MATLAB/toolbox/matlab/graph2d/box.m

Accedi per commentare.

Risposta accettata

Star Strider
Star Strider il 15 Feb 2024
See if you have something else in your MATLAB search path named ‘box’.
which box -all
That is the only thing I can think of that would throw that error.
Running it here:
which box -all
/MATLAB/toolbox/matlab/graph2d/box.m
If anything else show up, that could be the problem.
.
  5 Commenti
Mathilde
Mathilde il 15 Feb 2024
That has fixed it. Thank you so much!
Star Strider
Star Strider il 15 Feb 2024
As always, my pleasure!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Elementary Polygons in Help Center e File Exchange

Prodotti


Release

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by