An NxNxN matrix code

2,156 ビュー (過去 30 日間)
dunphy
dunphy 2021 年 11 月 11 日
コメント済み: Spaceman 2024 年 3 月 6 日
How do I code for NxNxN matrix using a letter.

採用された回答

KSSV
KSSV 2021 年 11 月 11 日
text(0.5,0.5,'D','FontSize',90,'Color','k')
axis off
I=frame2im(getframe(gcf));
iwant = imresize(I,[50 50]) ;
imshow(iwant)
  4 件のコメント
dunphy
dunphy 2021 年 11 月 11 日
text(0.5,0.5,'D','FontSize',90,'Color','k')
what are these for?
Spaceman
Spaceman 2024 年 3 月 6 日
text adds text to one point, specifying x and y as scalars. i.e. (0.5,0.5)
'D' is what appears in the image.
'Fontsize',90 specifies how large the D will be.
'Color','k' dictates the D will be black.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by