主要内容

字符串

将UTF-32表示转换为字符串

    描述

    例子

    str=字符串(str32转换UTF-32表示str32字符串。

    例子

    全部折叠

    将字符串“你好!”的Unicode UTF-32字符串表示形式textanalytics.unicode.UTF32函数。

    str =“你好!”;str32 = textanalytics.unicode.UTF32 (str)
    str32 = UTF32 with properties: Data: [72 101 108 108 111 33 32 128512]

    转换str32使用字符串函数。

    str =字符串(str32)
    str = "你好! "

    输入参数

    全部折叠

    UTF-32字符串表示,指定为UTF32数组中。

    输出参数

    全部折叠

    字符串,作为大小相同的字符串数组返回str32

    版本历史

    介绍了R2021a