Error using plot Vectors must be the same length.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Muhammed Çevik
el 26 de Dic. de 2020
Editada: Muhammed Çevik
el 30 de Dic. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!