Error using plot Vectors must be the same length.
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!