1. Notes ¶
^은 거듭제곱.
인덱스 1부터 시작.
인덱스 1부터 시작.
기본적으로 소수점 넷째자리까지 표기. 더 표시하고 싶으면
format long원래대로 돌리려면
format
모든 변수 지우고 초기화?
clear all
벡터 // 벡터,vector
a=[1 2 3 4]벡터 만들기
a=[시작 인덱스:간격:끝 인덱스]벡터의 크기 // i.e. 길이,length
length(a)벡터의 각 원소끼리 곱셈/나눗셈 - point-wise operation // point-wise_operation pointwise_operation(w)
a.*b a./b
익명함수 (lambda??) : 함수명 = @(arguments) body;
circarea=@(r)pi*r.^2;
rand(n,m)
구간 내의 숫자로 채워진 n행 m열 행렬을 돌려줌
X=rand(1,8)<0.5;4. 링크 ¶
https://en.wikibooks.org/wiki/MATLAB_Programming
https://en.wikibooks.org/wiki/MATLAB_Programming/Differences_between_Octave_and_MATLAB
https://en.wikibooks.org/wiki/MATLAB_Programming/Differences_between_Octave_and_MATLAB
MATLAB Onramp | 자기 주도형 온라인 교육과정 - MATLAB & Simulink
https://matlabacademy.mathworks.com/kr/details/matlab-onramp/gettingstarted
https://matlabacademy.mathworks.com/kr/details/matlab-onramp/gettingstarted