Bar to variation a parameter into script

Hello!
How can I put those bar below to variate parameter in a graph?

回答 (1 件)

dpb
dpb 2022 年 10 月 21 日

0 投票

No real idea what the above is asking for, specifically, but...
V=[0.15;500;21];
Y=categorical({'kp','ki','kd'});
barh(Y,V,0.1)
hold on
scatter(V,Y,100,'w','filled','MarkerEdgeColor','k')
xticks([])
hAx=gca;
hAx.XAxis.Visible='off';
box off

カテゴリ

ヘルプ センター および File ExchangeAerospace Blockset についてさらに検索

質問済み:

2022 年 10 月 21 日

回答済み:

dpb
2022 年 10 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by