How to plot 2 lines on the same graph in matlab

Code examples

0
0

matlab plotting multiple lines on one graph

y = 0:0.2:1;

for x = 0:0.2:1
    hold on
    plot(x*ones(size(y)),y, 'Color', 'black')
end

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................