Why won't matlab plot data from a table?
Mostrar comentarios más antiguos
%I am getting an empty plot from this code.
x1=linspace(0,500000,1000);
for x=1:17
y=lightint{x,1}
plot(x1,y)
end

2 comentarios
Sindar
el 21 de Feb. de 2020
It looks like y is a scalar value. Is that intentional?
Daniel Montgomery
el 21 de Feb. de 2020
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!