drow a image only by a matrix
    1 visualizzazione (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
If I have a image's matrix( for example a matrix 300*400) , how do I drow this matrix as a image? Also depends on the type of photo?
0 Commenti
Risposta accettata
  Thomas
      
 il 9 Lug 2012
        Maybe imshow will help
eg:
 c=rand(300,400);    % generate random matrix data
 imshow(c)
7 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!