what is the meaning of this result ?

3 ビュー (過去 30 日間)
diadalina
diadalina 2018 年 10 月 7 日
回答済み: Star Strider 2018 年 10 月 7 日
can anyone explain to me the meaning of this : when i write real z matlab gives to me this : ans =122 real a ans =97

採用された回答

Star Strider
Star Strider 2018 年 10 月 7 日
They are returning the ASCII decimal representations of the respective letters. I cannot find anything in the documentation for the Symbolic Math Toolbox real function or the core MATLAB documentation for real to explain it.
for example, this code:
real z
whos
char(ans)
whos
returns this result:
ans =
122
Name Size Bytes Class Attributes
ans 1x1 8 double
ans =
'z'
Name Size Bytes Class Attributes
ans 1x1 2 char
Perhaps one of the MathWorks folks can explain what is going on.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by