How to stop CVX functions from overriding matlab ones

How do I stop CVX functions from overriding Matlab ones e.g. linprog etc?

How do I make function calls call the Matlab function by default?

There is no linprog in CVX to override the optimization toolbox or anyone else’s linprog.

As for other functions, you can change the order in the MATLAB path. Yes, conflicts in multiple versions of the same function in different packages can cause havoc in MATLAB.