Generating random 50 number between 0 to 27 and padding 000 all side?

1 visualizzazione (ultimi 30 giorni)
how int generating random 50 number between 0 to 27 and padding 000 all side?
:(

Risposta accettata

madhan ravi
madhan ravi il 1 Dic 2018
Modificato: madhan ravi il 1 Dic 2018
a=randi([0 27],1,50)
padarray(a,[1,1],0) % requires image processing toolbox
  6 Commenti
tomer kapuri
tomer kapuri il 2 Dic 2018
thank you!!!
But if i search for an odd number?
how i do this?
madhan ravi
madhan ravi il 2 Dic 2018
Anytime :) , that wasn't the original question so post a separate question.

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by