Open Titas22 opened 8 months ago
When using [\b – ]\b couple in fprintf() in VSCode there are 2 issues compared to the standard MATLAB command window:
[\b – ]\b
fprintf()
]
Example
fprintf('[\btest]\b\n')
Output in VSCode:
Output in MATLAB:
Thank you for reporting this issue. This is something I can reproduce and is something that we will be working on resolving in a coming release.
When using
[\b – ]\b
couple infprintf()
in VSCode there are 2 issues compared to the standard MATLAB command window:]
Example
Output in VSCode:
Output in MATLAB: