I am getting error while plotting graph from this command figure;plot(sum_n, '--bs',sum_vec,'--bs')
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
2 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!