Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Simulink 块,接受 TCP/IP 连接并读取传入数据。数据必须是 int32 类型的整数。
假设我们在 Python 中有一个任意整数的变量。我们可以将数字转换为字符串并通过 tcp 套接字发送。到目前为止没有问题。
但是如何将数字转换为那种字符串,我的 Simulink 块接收 int32 格式的数字?
在 Matlab simulink 中,有一个名为 TCP/IP 接收的块。选择此块后,双击它。您将看到有关 matlab 接收的数据类型的选项数量。