Erase this character ''←''
10 views (last 30 days)
Show older comments
I cant not find a way to delete this ← char. Any help?
Accepted Answer
Fangjun Jiang
on 25 Apr 2022
Edited: Fangjun Jiang
on 25 Apr 2022
double('←')
strrep({'←Matlab←←'},char(8592),'')
strrep({'←Matlab←←'},'←','')
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!