Markdown をダウンロード
コマンド、スニペット、設定をノートやプロンプト、ドキュメントへ貼り付けるのに最適です
Markdown をダウンロード言語
MATLAB クイックリファレンス の印刷用チートシート。すばやい参照、学習、机上利用向けに整理されています
サンプル
x = 5; % assign (semicolon suppresses output)
x = 5 % assign and display result
disp('Hello') % print to console
clc % clear command window
clear % clear all variables
help sin % quick help for function
doc sin % open documentation
who % list variables in workspace
whos % list with details (size, type)
+ - * / ^ | 算術演算(行列演算) |
.* ./ .^ | 要素ごとの演算 |
== ~= < > <= >= | 比較演算子 |
&& || ~ | 論理 AND、OR、NOT(スカラー) |
& | ~ | 要素ごとの論理演算(配列) |
すべてのセクションを含む印刷用チートシートをダウンロード
PDF をダウンロードダウンロード
テキスト形式
Markdown をダウンロード
コマンド、スニペット、設定をノートやプロンプト、ドキュメントへ貼り付けるのに最適です
Markdown をダウンロードプレビュー
Web プレビューはすばやく確認するためのものです。印刷用の正式版は PDF です
ブラウザで開く