I want to create an infinite for loop in matlab

for example,

in C it would be
for(; ; )
simple as that

however, i do not know how to achieve the same priniciple in matlab

please help

Thanks