필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

confused regarding scaling of axis for an array?

조회 수: 1 (최근 30일)
Maneesh T
Maneesh T 2015년 12월 12일
마감: MATLAB Answer Bot 2021년 8월 20일
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?

답변 (1개)

dpb
dpb 2015년 12월 12일
  댓글 수: 3
Image Analyst
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
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!

Translated by