I am getting error while plotting graph from this command figure;plot(sum_n, '--bs',sum_vec,'--bs')
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!