フィルターのクリア

App Designer UIAxes is blank regardless of what I do

2 ビュー (過去 30 日間)
Israel Solha
Israel Solha 2019 年 6 月 17 日
編集済み: Israel Solha 2019 年 6 月 17 日
If I simply start a new App Designer project and drag the option "Axes (2D)" to the main canvas, I get the component app.UIAxes, but it is completely blank. While I'm dragging it, I can see the default labels, title, ticks, and so on, but whenever I drop it it just becomes blank. I also can't seem to make it work via code either, as shown below (image attached as well). Any ideas on why this is happening and a possible workaround?
function EditFieldValueChanged(app, event)
value = app.EditField.Value;
x=linspace(0,10);
y=value*x;
plot(app.UIAxes,x,y)
end

回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

製品


リリース

R2016b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by