Warning: Escaped character '\U' is not valid.

Hello,
After checking on the Web, I have too much information about the "Warning: Escaped character '\U' is not valid. See 'doc sprintf' for supported special characters.
Warning: Error updating AxesToolbar." error message.
Can-you please help me to errase this issue and optimize my computer time consuming ?
Many thanks Team !
Best Regards,
Joffrey.
joffrey.brunelet@aptiv.com / +332 371 860 03
MatLab 2018b :
>> ver
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.5.0.944444 (R2018b)
MATLAB License Number: ******
Operating System: Microsoft Windows 10 Entreprise Version 10.0 (Build 14393)
Java Version: Java 1.8.0_152-b16 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.5 (R2018b)
Communications Toolbox Version 7.0 (R2018b)
Curve Fitting Toolbox Version 3.5.8 (R2018b)
DSP System Toolbox Version 9.7 (R2018b)
Data Acquisition Toolbox Version 3.14 (R2018b)
Global Optimization Toolbox Version 4.0 (R2018b)
Image Acquisition Toolbox Version 5.5 (R2018b)
Image Processing Toolbox Version 10.3 (R2018b)
Instrument Control Toolbox Version 3.14 (R2018b)
MATLAB Compiler Version 7.0 (R2018b)
Optimization Toolbox Version 8.2 (R2018b)
Partial Differential Equation Toolbox Version 3.1 (R2018b)
RF Toolbox Version 3.5 (R2018b)
Signal Processing Toolbox Version 8.1 (R2018b)
Statistics and Machine Learning Toolbox Version 11.4 (R2018b)
Symbolic Math Toolbox Version 8.2 (R2018b)
>>

1 Comment

upload your code and remove your license number from the above

Sign in to comment.

 Accepted Answer

Stephan
Stephan on 12 Dec 2018
Edited: Stephan on 12 Dec 2018
Hi,
for backslash use double backslash - that solves the problem, for example: use
'C:\\user'
instead of
'C:\user'
Do this for every backslash. See also this example.
Best regards
Stephan

1 Comment

Or you can also use forward slashes in file paths. It works just fine, even with Windows.

Sign in to comment.

More Answers (0)

Categories

Products

Release

R2018b

Asked:

on 12 Dec 2018

Commented:

on 12 Dec 2018

Community Treasure Hunt

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

Start Hunting!