如何将充满字符的 .mat 文件导出到 .txt 文件?

发布于 2024-10-21 10:52:17 字数 359 浏览 5 评论 0原文

我正在尝试将充满字符的 .mat 文件导出到 .txt 文件中。 .mat 文件的一部分如下所示:

zentimeter
齐普勒


第零个
泽塔
齐尔
之字形
之字形
齐默尔曼

锆酸盐
齐斯勒
锌铬
锌元素
佐贝尔
佐贝尔斯
黄道带
佐拉塔列夫
区域
区域
区域
zurich

将其加载到工作区后,我尝试了保存命令,但它不起作用,后来我尝试了命令:[row]=find (dictionary)。显示的不是字符,而是大量的数字。我可以知道如何解决这个问题吗?

I am trying to export a .mat file full of characters into a .txt file. Part of the .mat file looks like the following:

zentimeter
zepler
zero
zeros
zeroth
zeta
ziel
zig
zigxag
zimmermann
zinc
zirconate
zisler
zncl
zns
zobel
zobels
zodiacal
zolatarev
zonal
zone
zones
zurich

After loading it to the workspace, I tried save command but it did not work and later I tried the command: [row]=find (dictionary). Instead of displaying the characters, a lot of numbers were displayed. May I know how to solve this problem please?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泪意 2024-10-28 10:52:17

Matlab的数据格式是二进制的。您可以循环浏览单元格并使用 fprintf 打印到文件。

Matlab's data format is binary. You can cycle through the cells and use fprintf to print to a file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文