Image will not stay as icons in block library
2 ビュー (過去 30 日間)
古いコメントを表示
I'm making a simulink library and to personalize it, I am adding an icon to the block. The only issue is, when I close the library, I get a '???' in the middle, and I am able to apply the image again after I imread the image in the command line. What am I missing?
image(imread('BW.jpg'),[.35, .3, .3, .4],'on')
port_label('output', 1, 'signal out')
port_label('input', 1, 'signal in')
port_label('input', 2, 'tau')
0 件のコメント
採用された回答
Drew Davis
2015 年 6 月 23 日
1 件のコメント
Ludo Houben
2023 年 7 月 5 日
Hi Drew
I cannot view your supplied answer page. Is it missing or are there regional conditions?
Cheers
Ludo
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Sources についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!