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

2 visualizaciones (últimos 30 días)

Respuestas (1)

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

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by