Matlab 기초

int, float
array(vector, matrix)
index
k:n
k:h:n
linspace

matrix computation + * .* ^ .^ ./
eye, zeros, ones,
det, inv, eig, diag, A\b

plot
quiver
line segment
polar

loop(for, while)
if, switch

ode example:runge-kutta
ode solver

saveas
print

test

This is a inline equation : \( \sum_{i=1}^N \sin x\)
This is a display equation :
\( \displaystyle \sum_{i=1}^N \sin x \)

\[
\begin{aligned}
x^\prime & = a x + by,\\
y^\prime &= cx + dy.
\end{aligned}
\]

$$ \tan x $$
\( \sin x \)
$\sin x$
\[ \sin x \]
\begin{equation}
\cos x \tag{1}
\end{equation}

\documentclass{article} %문서 종류의 선택
\usepackage[utf8]{inputenc} %사용할 라이브러리의 추가
 
\title{text1} % 제목 설정
\author{jypark40 } %저자 설정
\date{May 2022} %작성일 설정
 
\begin{document} % 문서의 시작
 
\maketitle % 문서에 제목 삽입
 
\begin{abstract} % 초록의 작성
 
\end{abtract}
 
\section{Introduction} % 장, 절의 구분
 
% 문서의 내용을 여기에 작성한다.
 
 
\begin{thebibliography}{99} %참고문헌
\bibitem 
\end{thebibliography}
 
\end{document} % 문서의 끝