I dont know why but text editing commands doesnt work they just seem on the fprintf screen

 Réponse acceptée

Star Strider
Star Strider le 18 Jan 2019

0 votes

In your fprintf call, the escape characters require a ‘backslash’ or ‘backslant’, not a ‘forward slash’ or ‘forward slant’.
To do a carriage return and linefeed, use \n, do not use /n.

Plus de réponses (2)

selim karakurt
selim karakurt le 20 Jan 2019

0 votes

thank you both I just realised my mistake

Catégories

En savoir plus sur Characters and Strings dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by