How to transform into a script matlab ?
古いコメントを表示
I have examples of scripts that I've made, but I do not know how to change to a script that can be accepted by MATLAB
aa = area;
cc = clock;
waktu = cc;
if aa>500
if waktu = 0 then waktu = cc
save time;
selisih=cc - save time;
if selisih > 180000
alarm
end
end
else
waktu=0
end
2 件のコメント
Walter Roberson
2015 年 6 月 27 日
Which programming language is that? I do not recognize
take clock just minute
from any of the languages I have encountered.
saiful irfan
2015 年 6 月 27 日
編集済み: saiful irfan
2015 年 6 月 27 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Shifting and Sorting Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!