The Property inspector is not showing anything? I want to change the type/colour of the blue curve. How to solve the issue?
5 ビュー (過去 30 日間)
古いコメントを表示
The Property inspector is not showing anything? I want to change the type/colour of the blue curve. How to solve the issue?
3 件のコメント
DGM
2023 年 6 月 29 日
See if you can find a line object in the current axes
hl = findobj(gca,'type','line')
If there are multiple axes, you might have to find the appropriate axes handle first.
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!