Greek Symbol lambda using fprintf
14 ビュー (過去 30 日間)
古いコメントを表示
Hi everyone, i am using \lambda for the greek symbol lambda inside the fprintf function but it is not working for me. Any help guys ?
0 件のコメント
採用された回答
Star Strider
2015 年 10 月 27 日
That’s going to be difficult, since ‘λΛ’ are Unicode characters. There are two functions that could help: unicode2native and its inverse (linked to at the end of that page). It may not be possible with fprintf, though.
See this search to see if any of the solutions work for you. Walter Roberson will probably be along with a working solution in a few minutes.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Labels and Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!