image関数で表示するY軸の表示方向を反転したい
    33 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    hatosan
 el 13 de Mayo de 2020
  
    
    
    
    
    Comentada: hatosan
 el 13 de Mayo de 2020
            以下のプログラムで、csvから読み込んだデータをMATLABで画像として表示しています。
この時、x軸は左から右へ、y軸は上から下へ数字が大きくなりますが、
Y軸のみを下から上に数字が大きくなるように変更するにはどのようにすればよいでしょうか。
a= csvread(filename);
image(a,'CDataMapping','scaled');
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre イメージ算術 en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
