[matlab]
python <-> matlab
from scipy import io
(~~) = io.loadmat("~.mat")
python에서 MATLAB .mat 파일을 읽어오자
공돌이들의 영원한 성역 MATLAB. 학교나 대기업에서는 많이 사용하지만, 우리처럼 작은 회사에서는 언감생심, 그림의 떡, 좋은건 알지만 너무 비싸서 못쓰는 프로그램. 그래서 공짜 python을 쓰는 중이긴 한데.....
irmus.tistory.com
셀 형태
https://kr.mathworks.com/help/matlab/matlab_prog/access-data-in-a-cell-array.html
셀형 배열의 데이터에 액세스하기 - MATLAB & Simulink - MathWorks 한국
A modified version of this example exists on your system. Do you want to open this version instead? (ko_KR)
kr.mathworks.com
함수
https://studymake.tistory.com/433
MATLAB의 반복문 for ~ end
MATLAB에서는 반복문을 위해서 for 와 while 명령이 있다.여기에서는 for문에 대해서 알아보겠다. for 문 다음에 나오는 변수가 초기 값에서 조건문에서 제시한 최종 값으로 증가값 만큼씩 변하는 동안에 for ~ en..
studymake.tistory.com
파일, 변수 저장
https://kr.mathworks.com/help/matlab/ref/save.html
작업 공간 변수를 파일에 저장 - MATLAB save - MathWorks 한국
A modified version of this example exists on your system. Do you want to open this version instead? (ko_KR)
kr.mathworks.com
annotation 주석
https://kr.mathworks.com/help/matlab/ref/annotation.html
주석 생성 - MATLAB annotation - MathWorks 한국
R2014b부터 주석이 uipanel 경계를 넘지 못하게 되었습니다. 대신, 넘어가는 주석은 경계에서 잘리게 됩니다. 이전 버전의 MATLAB®에서는 주석이 경계 안(또는 바깥)으로 연장되는 것을 허용합니다. 특정 Figure, uipanel 또는 uitab 내에 주석을 표시하려면 container 입력 인수를 사용하십시오.
kr.mathworks.com