Error using plot Vectors must be the same length.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Muhammed Çevik
le 26 Déc 2020
Modifié(e) : Muhammed Çevik
le 30 Déc 2020
Hi everyone,
I want to add the number m to the K array after 25 loops. But I have some problems with K array. How can I fix that problem?
function ButtonPushed(app, event)
plot(app.UIAxes2,0:200,K); %Error using plot Vectors must be the same length.
% I decreased and increased 200 but didn't work.
end
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!