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 で Line Plots についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!