MATLAB sometimes thinks the keyword "ans" refers to a a file
Ältere Kommentare anzeigen
When I try to use certain functions on the keyword ans in the Command Window I'm getting the following error, along with some example context:
theta3D =
(5*cos((pi*theta2)/180))/(16*(1 - (25*sin((theta2*pi)/180)^2)/256)^(1/2))
>> latex(ans)
Execution of script ans as a function is not supported:
C:\Program Files\MATLAB\R2023a\toolbox\matlab\lang\ans.m
It appears that MATLAB is trying to reference a file but I'm not sure why this has started happening recently. The folder \toolbox\matlab\lang\ is in the path when I use the path keyword. I don't want to delete the file since it's part of the program files, but is there a way to override this so I can refer to ans in the Command Window again?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!