convrt matrix into 8*8

2 Ansichten (letzte 30 Tage)
Jitesh Bhanushali
Jitesh Bhanushali am 31 Mär. 2014
Kommentiert: Andreas Goser am 31 Mär. 2014
sir i want to conver 4*4 matrix into 8*8 matrix by adding zeros ..what is matlab code for that

Akzeptierte Antwort

Andreas Goser
Andreas Goser am 31 Mär. 2014
Your description is not clear. One example however:
A=zeros(8);
A(1:4,1:4)=B; % where B is your 4*4 matrix
  2 Kommentare
Jitesh Bhanushali
Jitesh Bhanushali am 31 Mär. 2014
thank u sir i have 64*64 matrix and i want to convert every 4*4 block of 64*64 matrix into 8*8 matrix..how to do this
Andreas Goser
Andreas Goser am 31 Mär. 2014
Depends on the conversion rule you want to apply. Can you give one example with actual numbers before and after?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Numeric Types 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