「MATLAB」の版間の差分
ナビゲーションに移動
検索に移動
ページの作成:「MATLAB用構文ファイルです。 ファイル:Matlab.zip」 |
ソースコードの追加、ダウンロードの削除 |
||
| 1行目: | 1行目: | ||
MATLAB用構文ファイルです。 | MATLAB用構文ファイルです。 | ||
<pre> | |||
#TagBegin= | |||
#TagEnd= | |||
#CommentBegin1= | |||
#CommentEnd1= | |||
#LineComment1=% | |||
#CommentBegin2= | |||
#CommentEnd2= | |||
#LineComment2= | |||
#SpecialSyntax=None | |||
#ScriptBegin= | |||
#ScriptEnd= | |||
#QuoteSingle=True | |||
#QuoteDouble=False | |||
#QuoteContinue=False | |||
#EscapeCharacter= | |||
#Word Color=0, WholeWord=True, RightSide=False, RightAll=False, MatchCase=False, InsideTag=False, RegEx=False | |||
... | |||
break | |||
catch | |||
clc | |||
clear all | |||
close | |||
close all | |||
disp | |||
else | |||
elseif | |||
end | |||
figure | |||
for | |||
format | |||
fprintf | |||
function | |||
grid on | |||
hold on | |||
if | |||
legend | |||
length | |||
pi | |||
plot | |||
title | |||
try | |||
waitbar | |||
while | |||
xlabel | |||
xlim | |||
ylabel | |||
ylim | |||
zeros | |||
</pre> | |||
2025年1月22日 (水) 21:22時点における版
MATLAB用構文ファイルです。
#TagBegin= #TagEnd= #CommentBegin1= #CommentEnd1= #LineComment1=% #CommentBegin2= #CommentEnd2= #LineComment2= #SpecialSyntax=None #ScriptBegin= #ScriptEnd= #QuoteSingle=True #QuoteDouble=False #QuoteContinue=False #EscapeCharacter= #Word Color=0, WholeWord=True, RightSide=False, RightAll=False, MatchCase=False, InsideTag=False, RegEx=False ... break catch clc clear all close close all disp else elseif end figure for format fprintf function grid on hold on if legend length pi plot title try waitbar while xlabel xlim ylabel ylim zeros
スポンサーリンク