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!