Symbolic Toolbox: "error using replace"

7 vues (au cours des 30 derniers jours)
Henri
Henri le 29 Oct 2025
In version 2025b:
syms a b c x
f = a*x^2+b*x+c
f = 
gives error message:
Error using replace
Too many input arguments
This used to work fine (at least up to version 2023a, I also noted the issue in version 2024b).
Any idea what's going wrong anyone?
  9 commentaires
Torsten
Torsten le 29 Oct 2025
Modifié(e) : Torsten le 29 Oct 2025
I'm confused.
The usual MATLAB "replace" function seems to be shadowed by another function "replace" with the same name, but this shadowing function is not listed in your output from
which replace -all
Do you know of a function with name "replace.m" that you've created and that is saved somewhere on your MATLAB path ?
Walter Roberson
Walter Roberson le 29 Oct 2025
Modifié(e) : Walter Roberson le 29 Oct 2025
What shows up if you command
dbtype 'C:\Program Files\MATLAB\R2025b\toolbox\matlab\strfun\replace.m' 1:3
Also, try
which replace('ab','a','c')

Connectez-vous pour commenter.

Réponses (1)

Henri
Henri le 30 Oct 2025
Déplacé(e) : Walter Roberson le 31 Oct 2025
@Torsten Hopp indeed, another replace.m in my Matlab path, that's embarrassing having warned students about this kind of thing for the last 35 years... So, all sorted. Thank you all for your contributions!

Produits


Version

R2025b

Community Treasure Hunt

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

Start Hunting!

Translated by