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=[0 0 0 1 1 2 1 3 1 4] 我需要将它绘制为楼梯图,但是每个元素与 x 轴上另一个元素之间的空间必须是 1 个单位或 1 秒,例如,当向量元素在 x 轴上以同一单位增加一个以上的元素时,matlab 绘图
那么如何调整 x 轴以在 1 秒内在 x 轴上绘制每个元素?