Info
此问题已关闭。 请重新打开它进行编辑或回答。
confused regarding scaling of axis for an array?
1 次查看(过去 30 天)
显示 更早的评论
I have an array of 161*2 with one column1 as step size of 1 and corresponding values in another column. Now I want 10000 points for column 1 and also for intermediate values for column2?
0 个评论
回答(1 个)
dpb
2015-12-12
doc interp1
3 个评论
Image Analyst
2015-12-12
He answered your second question - look up interp1.
For the first question, use markers in your plot string. For example to show the points as blue asterisks with lines between then, do this
plot(column2, 'b*-', 'LineWidth', 2);
grid on;
dpb
2015-12-12
But even the largest of monitors won't have but ~2k resolution so what's the point? Only 1 of 5 points can possibly be shown separately. I few over the original, ok, I can see that, but the rest is overkill for no real purpose...
此问题已关闭。
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!