Plot for the following program is not showing up, i am trying to plot value of M1 for given L

2 views (last 30 days)

Answers (1)

Matt J
Matt J on 13 Oct 2021
Edited: Matt J on 13 Oct 2021
M1 needs to be a vector:
for L=1:799
if ____
M1(L)=____
elseif ___
M1(L)=____
else
M1(L)=___
end
end

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!