标签: matlab
我有一个1x5000 matrix,我们可以拨打exampleMatrix,其中包含数字。这些数字有索引,我的问题是:如何绘制一系列数字,例如从100到450的索引?其余部分应排除在外(未绘制)。
1x5000 matrix
exampleMatrix
现在我只是plot(exampleMatrix, 'b')。
plot(exampleMatrix, 'b')