关于matlab:当涉及到电流/电压源时,相当于”来自工作区”的块

Equivalent of the block "From workspace" when it come to current/voltage sources

在matlab中,如果你想在simulink中基于matlab工作区中的数组/矩阵生成信号,你可以使用From Workspace块。

我的问题:
我想做同样的事情,但我想根据 Simpower 系统库中的值数组生成电流,因为我想生成的信号是实际电流,所以在我的情况下,来自 Workspace 的块不工作(块的输出不能连接到我的三相电压源)。那么什么块类似于 From Workspace 但可以是基于工作空间中的变量的当前源?


SimPowerSystems 库是 Simscape 的一部分。在 Simscape 库中有一个块"PS-Simulink Converter"。该模块可以在 Simulink Library Browser 的"Simscape → Foundation Library → Utilities"下找到。该模块执行从 Simscape 信号到 Simulink 信号的转换。将"PS-Simulink Converter"模块连接到 Simscape 信号(即与电压源相关的信号)并将"From Workspace"模块连接到"PS-Simulink Converter"模块的输出。

您还可以使用多种替代方法在 Simscape 中记录数据。它们在 Simscape 文档中进行了描述。