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.
我有两个来自我的模型的信号作为输出,每个信号都包含 x,y 值。我想在单个 xy 图形窗口上绘制它们。我可以在两个 xy 图形窗口上绘制它,但是如何合并它们并在同一个 xy 窗口上绘制?
我认为不可能做你想做的事。最好的替代方法是将数据记录到工作区并在模拟完成后使用标准 MATLAB 命令根据需要绘制它。
通过使用 XY 范围,在每个时间步针对第一个输入 (X) 绘制第二个输入 (Y) 以创建 XY 图