【发布时间】:2014-10-27 14:07:10
【问题描述】:
我有一个代码可以发送回 1 个号码(墨西哥) matlab代码是
vMsg=unit32(Gateway_test_app(2))
现在我向 Gateway_test_app(2) 添加了 1 个返回值,即 STRING 我需要做些什么才能恢复这两个值 我在想这样的事情:
[vMsg,errMsg]=??????(Gateway_test_app(2))
我应该在里面放什么??????地方? 谢谢任何帮助 约翰尼。
ps 使用codegen,构建时不需要出错
【问题讨论】:
-
您必须编写一个函数并将第一行包含在代码中。
-
你能解释一下你的意思吗?
标签: matlab matlab-coder codegen