[MATLAB] MATLAB 코드 단축키[MATLAB] MATLAB 코드 단축키
1. 주석 – 주석 처리 ( Ctrl + R ) : 주석 처리할 부분을 드래그로 지정한구 여러줄을 한번에 주석처리. – 주석 해제 ( Ctrl + T )
1. 주석 – 주석 처리 ( Ctrl + R ) : 주석 처리할 부분을 드래그로 지정한구 여러줄을 한번에 주석처리. – 주석 해제 ( Ctrl + T )
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Img1 = imread(‘peppers.png’); Img1=imresize(Img1,[256 256]); f=figure; imshow(Img1);
imfreehand를 이용하여 ROI 영역만 자르기. 1 2 3 4 5 6 7 8 9 10 11 I = rgb2gray(imread(‘nYNKB.jpg’)); imshow(I); h = imfreehand; M = ~h.createMask(); I(M)=0; imshow(I); cs
가끔 Figure에 이미지 혹은 Plot 데이터를 서로 다른 Colormap 을이용하여 분석할때 유용한 Coloramp 사용 방법이다. z=5*sin(x).*cos(y); ax1=subplot(2,2,1); mesh(x,y,z) colormap(ax1,parula) title('Default colormap(parula)') ax2=subplot(2,2,2); mesh(x,y,z) colormap(ax2,jet) title('Colormap(jet)') ax3=subplot(2,2,3); colormap(ax3,bone) mesh(x,y,z) title('Colormap(bone)') ax4=subplot(2,2,4);
다른 개발 툴 환경에서는 Dakrular 버전이나 다른 테마적용이 기본적으로 제공이 되며 적용이 쉬운편이다. 하지만 아무리 해도 매트랩환경은 익숙해지지 않아 눈이라도 편하기위해 테마적용하는법을 공유하고자 한다. https://github.com/scottclowe/matlab-schemerscottclowe/matlab-schemerApply and save color schemes in