필터 지우기
필터 지우기

Im creating a graph where the amount of y values are greater than the x values. What do I do?

조회 수: 7 (최근 30일)
I am very new to MatLab and get lost in all the complexity of the software. Could someone please help?

답변 (1개)

Steven Lord
Steven Lord 2017년 9월 22일
If you're just trying to create a simple line plot (basically, connect a couple of points with straight lines) use the plot function. The documentation for the plot function, which you can access using the doc function, includes a simple example.
doc plot
I'm not quite sure I understand how you want to create a plot when you have more y coordinates for your points than you have x. Suppose I said I wanted to create a plot using dots where the three dots are at x coordinates 1, 2, and 3 and y coordinates 1 and 4. Your first question would probably be either "Do you mean three dots or just two?" or "What's the y coordinate of the third point?"

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by