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!