Why won't matlab plot data from a table?
显示 更早的评论
%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 个评论
Sindar
2020-2-21
It looks like y is a scalar value. Is that intentional?
Daniel Montgomery
2020-2-21
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 2-D and 3-D Plots 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!