Can someone help me with the representation of the signals?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
0 Kommentare
Antworten (2)
Image Analyst
am 11 Dez. 2022
Attach your script. No one wants to type in 12 lines of code just to help you when you could just as easily copy and paste it here. And you need to plot a marker if you just want a single point, like to plot a blue dot do this:
plot(someValue, 'b.', 'MarkerSize', 50)
0 Kommentare
Siehe auch
Kategorien
Mehr zu Scatter Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!