Erase this character ''←''
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Dimitrios Poulos
il 25 Apr 2022
Commentato: Dimitrios Poulos
il 25 Apr 2022
I cant not find a way to delete this ← char. Any help?
4 Commenti
Stephen23
il 25 Apr 2022
Modificato: Stephen23
il 25 Apr 2022
"I cant not find a way to delete this ← char"
From what ?
Do you have that character in a document or file (if so, what file format)?
Do you have the character in a MATLAB variable (if so, what class)?
Have you checked if the character is actually present in the text and is not just an artifact of how the text is displayed?
Basically you have not explained enough for us to meaningfully help you. If you want more help, upload your sample data file (or MATLAB variable in a .mat file) by clicking the paperclip button.
Risposta accettata
Fangjun Jiang
il 25 Apr 2022
Modificato: Fangjun Jiang
il 25 Apr 2022
double('←')
strrep({'←Matlab←←'},char(8592),'')
strrep({'←Matlab←←'},'←','')
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!