How to plot with no line
Ältere Kommentare anzeigen
I wish to plot a graph with no line so I could identify the gap. It would look like similar to figure below where there is a gap since there are missing data. Hope, someone can provide information by using the toolbar in the figure section in Figure Matlab.


1 Kommentar
Jan
am 2 Feb. 2015
The question is not clear. What is "a plot with no line"?
Antworten (1)
Azzi Abdelmalek
am 2 Feb. 2015
Bearbeitet: Azzi Abdelmalek
am 2 Feb. 2015
scatter(x,y)
%or
plot(x,y,'o')
4 Kommentare
Khairul Afifi
am 2 Feb. 2015
Azzi Abdelmalek
am 2 Feb. 2015
what is your code
Khairul Afifi
am 3 Feb. 2015
Bearbeitet: Khairul Afifi
am 3 Feb. 2015
Prabin Pandit
am 8 Mai 2020
Here is the code for ploting x vs.y asix with red color with no line .
plot(x,y,"r*")
Kategorien
Mehr zu Line Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
