Filter löschen
Filter löschen

An NxNxN matrix code

2.140 Ansichten (letzte 30 Tage)
dunphy
dunphy am 11 Nov. 2021
Kommentiert: Spaceman am 6 Mär. 2024
How do I code for NxNxN matrix using a letter.

Akzeptierte Antwort

KSSV
KSSV am 11 Nov. 2021
text(0.5,0.5,'D','FontSize',90,'Color','k')
axis off
I=frame2im(getframe(gcf));
iwant = imresize(I,[50 50]) ;
imshow(iwant)
  4 Kommentare
dunphy
dunphy am 11 Nov. 2021
text(0.5,0.5,'D','FontSize',90,'Color','k')
what are these for?
Spaceman
Spaceman am 6 Mär. 2024
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by