Matlab Plotting Multiple Lines On One Graph

[Solved] Matlab Plotting Multiple Lines On One Graph | Matlab - Code Explorer | yomemimo.com
Question : matlab plotting multiple lines on one graph

Answered by : nooberthannoobcode

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

Source : | Last Update : Wed, 02 Dec 20

Answers related to matlab plotting multiple lines on one graph

Code Explorer Popular Question For Matlab