I am getting error while plotting graph from this command figure;plot(sum_n, '--bs',sum_vec,'--bs')
8 次查看(过去 30 天)
显示 更早的评论
figure;
plot(sum_n, '--bs', sum_vec,'--bs')
i am getting the message
"Data must be a single matrix Y or a list of pairs X,Y".
how to get rid of it.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!